Html Css Color HEX #8C0552 Eggplant

📋 copy color: '#8C0552'

red 140 ◦ green 5 ◦ blue 82

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

Shades of Eggplant #8C0552

Tints of Eggplant #8C0552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 61.67%
G = 2.2%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C0552 (or 0x8C0552) is known color: Eggplant. HEX triplet: 8C, 05 and 52. RGB value is (140,5,82). Sum of RGB (Red+Green+Blue) = 140+5+82=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0552 is #73FAAD. Grayscale: #353535. Windows color (decimal): -7600814 or 5375372. OLE color: 5375372.

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

Color convert

RGB 140 5 82 -
CMYK 0 0.96 0.41 0.45
HSL 325.78º 0.93% 0.28% -
HSV(B) 325.78º 0.96% 0.55% -
XYZ 12.39 6.29 8.54 -
YUV 54.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 140 5 82 0 0.96 0.41 0.45 325.78 0.93 0.28
Hex 8C 5 52 0 60 29 2D 146 5D 1C
Octal 214 5 122 0 140 51 55 506 135 34
Binary 10001100 101 1010010 0 1100000 101001 101101 101000110 1011101 11100

Color Harmonies of #8C0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0552

Black with #8C0552

Text Example


Text Example

White with #8C0552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,82); }

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

background-color css

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

 a { background-color: rgb(140,5,82); }

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

border-color css

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

 span { border-color: rgb(140,5,82); }

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