Html Css Color HEX #8F0C6E Eggplant

📋 copy color: '#8F0C6E'

red 143 ◦ green 12 ◦ blue 110

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

Shades of Eggplant #8F0C6E

Tints of Eggplant #8F0C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 53.96%
G = 4.53%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F0C6E (or 0x8F0C6E) is known color: Eggplant. HEX triplet: 8F, 0C and 6E. RGB value is (143,12,110). Sum of RGB (Red+Green+Blue) = 143+12+110=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0C6E is #70F391. Grayscale: #3E3E3E. Windows color (decimal): -7402386 or 7212175. OLE color: 7212175.

HSL color Cylindrical-coordinate representation of color #8F0C6E: hue angle of 315.11º 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 #8F0C6E is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 12 110 -
CMYK 0 0.92 0.23 0.44
HSL 315.11º 0.85% 0.3% -
HSV(B) 315.11º 0.92% 0.56% -
XYZ 14.27 7.23 15.39 -
YUV 62.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 143 12 110 0 0.92 0.23 0.44 315.11 0.85 0.3
Hex 8F C 6E 0 5C 17 2C 13B 55 1E
Octal 217 14 156 0 134 27 54 473 125 36
Binary 10001111 1100 1101110 0 1011100 10111 101100 100111011 1010101 11110

Color Harmonies of #8F0C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C6E

Black with #8F0C6E

Text Example


Text Example

White with #8F0C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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