Html Css Color HEX #8C065B Eggplant

📋 copy color: '#8C065B'

red 140 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #8C065B

Tints of Eggplant #8C065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 59.07%
G = 2.53%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C065B (or 0x8C065B) is known color: Eggplant. HEX triplet: 8C, 06 and 5B. RGB value is (140,6,91). Sum of RGB (Red+Green+Blue) = 140+6+91=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C065B is #73F9A4. Grayscale: #373737. Windows color (decimal): -7600549 or 5965452. OLE color: 5965452.

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

Color convert

RGB 140 6 91 -
CMYK 0 0.96 0.35 0.45
HSL 321.94º 0.92% 0.29% -
HSV(B) 321.94º 0.96% 0.55% -
XYZ 12.77 6.46 10.47 -
YUV 55.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 140 6 91 0 0.96 0.35 0.45 321.94 0.92 0.29
Hex 8C 6 5B 0 60 23 2D 142 5C 1D
Octal 214 6 133 0 140 43 55 502 134 35
Binary 10001100 110 1011011 0 1100000 100011 101101 101000010 1011100 11101

Color Harmonies of #8C065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C065B

Black with #8C065B

Text Example


Text Example

White with #8C065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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