Html Css Color HEX #8F0C5C Eggplant

📋 copy color: '#8F0C5C'

red 143 ◦ green 12 ◦ blue 92

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

Shades of Eggplant #8F0C5C

Tints of Eggplant #8F0C5C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 57.89%
G = 4.86%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F0C5C (or 0x8F0C5C) is known color: Eggplant. HEX triplet: 8F, 0C and 5C. RGB value is (143,12,92). Sum of RGB (Red+Green+Blue) = 143+12+92=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0C5C is #70F3A3. Grayscale: #3C3C3C. Windows color (decimal): -7402404 or 6032527. OLE color: 6032527.

HSL color Cylindrical-coordinate representation of color #8F0C5C: hue angle of 323.36º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C5C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 12 92 -
CMYK 0 0.92 0.36 0.44
HSL 323.36º 0.85% 0.3% -
HSV(B) 323.36º 0.92% 0.56% -
XYZ 13.39 6.88 10.75 -
YUV 60.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 143 12 92 0 0.92 0.36 0.44 323.36 0.85 0.3
Hex 8F C 5C 0 5C 24 2C 143 55 1E
Octal 217 14 134 0 134 44 54 503 125 36
Binary 10001111 1100 1011100 0 1011100 100100 101100 101000011 1010101 11110

Color Harmonies of #8F0C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C5C

Black with #8F0C5C

Text Example


Text Example

White with #8F0C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,92); }

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

background-color css

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

 a { background-color: rgb(143,12,92); }

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

border-color css

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

 span { border-color: rgb(143,12,92); }

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