Html Css Color HEX #8F258A Dark Purple

📋 copy color: '#8F258A'

red 143 ◦ green 37 ◦ blue 138

#8F258A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8F258A

Tints of Dark Purple #8F258A

RGB

 RED value IS 143 (56.25% from 255) = 44.97%

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 44.97%
G = 11.64%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F258A (or 0x8F258A) is known color: Dark Purple. HEX triplet: 8F, 25 and 8A. RGB value is (143,37,138). Sum of RGB (Red+Green+Blue) = 143+37+138=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F258A is #70DA75. Grayscale: #4F4F4F. Windows color (decimal): -7395958 or 9053583. OLE color: 9053583.

HSL color Cylindrical-coordinate representation of color #8F258A: hue angle of 302.83º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F258A is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 37 138 -
CMYK 0 0.74 0.03 0.44
HSL 302.83º 0.59% 0.35% -
HSV(B) 302.83º 0.74% 0.56% -
XYZ 16.58 9 24.91 -
YUV 80.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 143 37 138 0 0.74 0.03 0.44 302.83 0.59 0.35
Hex 8F 25 8A 0 4A 3 2C 12F 3B 23
Octal 217 45 212 0 112 3 54 457 73 43
Binary 10001111 100101 10001010 0 1001010 11 101100 100101111 111011 100011

Color Harmonies of #8F258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F258A

Black with #8F258A

Text Example


Text Example

White with #8F258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F258A; }

 p { color: rgb(143,37,138); }

 H1.HeaderClassName
 {
   color: #8F258A;
 }
 .AnyTagClassName
 {
   color: #8F258A;
 }
</style>

background-color css

<style>
 a { background-color: #8F258A; }

 a { background-color: rgb(143,37,138); }

 div.DivClassName
 {
   background-color: #8F258A;
 }
 .BgClassName
 {
   background-color: #8F258A;
 }
</style>

border-color css

<style>
 span { border-color: #8F258A; }

 span { border-color: rgb(143,37,138); }

 td.TdClassName
 {
   border-color: #8F258A;
 }
 .TagClassName
 {
   border-color: #8F258A;
 }
</style>