Html Css Color HEX #8C066A Eggplant

📋 copy color: '#8C066A'

red 140 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #8C066A

Tints of Eggplant #8C066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 55.56%
G = 2.38%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C066A (or 0x8C066A) is known color: Eggplant. HEX triplet: 8C, 06 and 6A. RGB value is (140,6,106). Sum of RGB (Red+Green+Blue) = 140+6+106=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C066A is #73F995. Grayscale: #393939. Windows color (decimal): -7600534 or 6948492. OLE color: 6948492.

HSL color Cylindrical-coordinate representation of color #8C066A: hue angle of 315.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C066A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 6 106 -
CMYK 0 0.96 0.24 0.45
HSL 315.22º 0.92% 0.29% -
HSV(B) 315.22º 0.96% 0.55% -
XYZ 13.48 6.75 14.23 -
YUV 57.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 140 6 106 0 0.96 0.24 0.45 315.22 0.92 0.29
Hex 8C 6 6A 0 60 18 2D 13B 5C 1D
Octal 214 6 152 0 140 30 55 473 134 35
Binary 10001100 110 1101010 0 1100000 11000 101101 100111011 1011100 11101

Color Harmonies of #8C066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C066A

Black with #8C066A

Text Example


Text Example

White with #8C066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,106); }

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

background-color css

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

 a { background-color: rgb(140,6,106); }

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

border-color css

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

 span { border-color: rgb(140,6,106); }

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