Html Css Color HEX #8F006C Eggplant

📋 copy color: '#8F006C'

red 143 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #8F006C

Tints of Eggplant #8F006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 56.97%
G = 0%
B = 43.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F006C (or 0x8F006C) is known color: Eggplant. HEX triplet: 8F, 00 and 6C. RGB value is (143,0,108). Sum of RGB (Red+Green+Blue) = 143+0+108=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F006C is #70FF93. Grayscale: #363636. Windows color (decimal): -7405460 or 7078031. OLE color: 7078031.

HSL color Cylindrical-coordinate representation of color #8F006C: hue angle of 314.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F006C is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 0 108 -
CMYK 0 1 0.24 0.44
HSL 314.69º 1% 0.28% -
HSV(B) 314.69º 1% 0.56% -
XYZ 14.03 6.92 14.78 -
YUV 55.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 143 0 108 0 1 0.24 0.44 314.69 1 0.28
Hex 8F 0 6C 0 64 18 2C 13B 64 1C
Octal 217 0 154 0 144 30 54 473 144 34
Binary 10001111 0 1101100 0 1100100 11000 101100 100111011 1100100 11100

Color Harmonies of #8F006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F006C

Black with #8F006C

Text Example


Text Example

White with #8F006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,108); }

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

background-color css

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

 a { background-color: rgb(143,0,108); }

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

border-color css

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

 span { border-color: rgb(143,0,108); }

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