Html Css Color HEX #8C085A Eggplant

📋 copy color: '#8C085A'

red 140 ◦ green 8 ◦ blue 90

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

Shades of Eggplant #8C085A

Tints of Eggplant #8C085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 58.82%
G = 3.36%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C085A (or 0x8C085A) is known color: Eggplant. HEX triplet: 8C, 08 and 5A. RGB value is (140,8,90). Sum of RGB (Red+Green+Blue) = 140+8+90=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C085A is #73F7A5. Grayscale: #383838. Windows color (decimal): -7600038 or 5900428. OLE color: 5900428.

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

Color convert

RGB 140 8 90 -
CMYK 0 0.94 0.36 0.45
HSL 322.73º 0.89% 0.29% -
HSV(B) 322.73º 0.94% 0.55% -
XYZ 12.75 6.49 10.25 -
YUV 56.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 140 8 90 0 0.94 0.36 0.45 322.73 0.89 0.29
Hex 8C 8 5A 0 5E 24 2D 143 59 1D
Octal 214 10 132 0 136 44 55 503 131 35
Binary 10001100 1000 1011010 0 1011110 100100 101101 101000011 1011001 11101

Color Harmonies of #8C085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C085A

Black with #8C085A

Text Example


Text Example

White with #8C085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,90); }

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

background-color css

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

 a { background-color: rgb(140,8,90); }

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

border-color css

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

 span { border-color: rgb(140,8,90); }

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