Html Css Color HEX #8C0259 Eggplant

📋 copy color: '#8C0259'

red 140 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #8C0259

Tints of Eggplant #8C0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 60.61%
G = 0.87%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C0259 (or 0x8C0259) is known color: Eggplant. HEX triplet: 8C, 02 and 59. RGB value is (140,2,89). Sum of RGB (Red+Green+Blue) = 140+2+89=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0259 is #73FDA6. Grayscale: #343434. Windows color (decimal): -7601575 or 5833356. OLE color: 5833356.

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

Color convert

RGB 140 2 89 -
CMYK 0 0.99 0.36 0.45
HSL 322.17º 0.97% 0.28% -
HSV(B) 322.17º 0.99% 0.55% -
XYZ 12.64 6.34 10.01 -
YUV 53.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 140 2 89 0 0.99 0.36 0.45 322.17 0.97 0.28
Hex 8C 2 59 0 63 24 2D 142 61 1C
Octal 214 2 131 0 143 44 55 502 141 34
Binary 10001100 10 1011001 0 1100011 100100 101101 101000010 1100001 11100

Color Harmonies of #8C0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0259

Black with #8C0259

Text Example


Text Example

White with #8C0259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,89); }

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

background-color css

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

 a { background-color: rgb(140,2,89); }

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

border-color css

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

 span { border-color: rgb(140,2,89); }

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