Html Css Color HEX #8C0352 Eggplant

📋 copy color: '#8C0352'

red 140 ◦ green 3 ◦ blue 82

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

Shades of Eggplant #8C0352

Tints of Eggplant #8C0352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 62.22%
G = 1.33%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C0352 (or 0x8C0352) is known color: Eggplant. HEX triplet: 8C, 03 and 52. RGB value is (140,3,82). Sum of RGB (Red+Green+Blue) = 140+3+82=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0352 is #73FCAD. Grayscale: #343434. Windows color (decimal): -7601326 or 5374860. OLE color: 5374860.

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

Color convert

RGB 140 3 82 -
CMYK 0 0.98 0.41 0.45
HSL 325.4º 0.96% 0.28% -
HSV(B) 325.4º 0.98% 0.55% -
XYZ 12.37 6.25 8.54 -
YUV 52.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 140 3 82 0 0.98 0.41 0.45 325.4 0.96 0.28
Hex 8C 3 52 0 62 29 2D 145 60 1C
Octal 214 3 122 0 142 51 55 505 140 34
Binary 10001100 11 1010010 0 1100010 101001 101101 101000101 1100000 11100

Color Harmonies of #8C0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0352

Black with #8C0352

Text Example


Text Example

White with #8C0352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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