Html Css Color HEX #8C006E Eggplant

📋 copy color: '#8C006E'

red 140 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #8C006E

Tints of Eggplant #8C006E

RGB

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

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

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

R = 56%
G = 0%
B = 44%

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

#8C006E (or 0x8C006E) is known color: Eggplant. HEX triplet: 8C, 00 and 6E. RGB value is (140,0,110). Sum of RGB (Red+Green+Blue) = 140+0+110=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C006E is #73FF91. Grayscale: #363636. Windows color (decimal): -7602066 or 7209100. OLE color: 7209100.

HSL color Cylindrical-coordinate representation of color #8C006E: hue angle of 312.86º 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 #8C006E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 110 -
CMYK 0 1 0.21 0.45
HSL 312.86º 1% 0.27% -
HSV(B) 312.86º 1% 0.55% -
XYZ 13.63 6.7 15.33 -
YUV 54.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 140 0 110 0 1 0.21 0.45 312.86 1 0.27
Hex 8C 0 6E 0 64 15 2D 139 64 1B
Octal 214 0 156 0 144 25 55 471 144 33
Binary 10001100 0 1101110 0 1100100 10101 101101 100111001 1100100 11011

Color Harmonies of #8C006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C006E

Black with #8C006E

Text Example


Text Example

White with #8C006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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