Html Css Color HEX #8C006F Eggplant

📋 copy color: '#8C006F'

red 140 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #8C006F

Tints of Eggplant #8C006F

RGB

 RED value IS 140 (55.08% from 255) = 55.78%

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

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 55.78%
G = 0%
B = 44.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C006F (or 0x8C006F) is known color: Eggplant. HEX triplet: 8C, 00 and 6F. RGB value is (140,0,111). Sum of RGB (Red+Green+Blue) = 140+0+111=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C006F is #73FF90. Grayscale: #363636. Windows color (decimal): -7602065 or 7274636. OLE color: 7274636.

HSL color Cylindrical-coordinate representation of color #8C006F: hue angle of 312.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C006F is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 111 -
CMYK 0 1 0.21 0.45
HSL 312.43º 1% 0.27% -
HSV(B) 312.43º 1% 0.55% -
XYZ 13.68 6.72 15.62 -
YUV 54.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 140 0 111 0 1 0.21 0.45 312.43 1 0.27
Hex 8C 0 6F 0 64 15 2D 138 64 1B
Octal 214 0 157 0 144 25 55 470 144 33
Binary 10001100 0 1101111 0 1100100 10101 101101 100111000 1100100 11011

Color Harmonies of #8C006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C006F

Black with #8C006F

Text Example


Text Example

White with #8C006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,111); }

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

background-color css

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

 a { background-color: rgb(140,0,111); }

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

border-color css

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

 span { border-color: rgb(140,0,111); }

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