Html Css Color HEX #85024E Eggplant

📋 copy color: '#85024E'

red 133 ◦ green 2 ◦ blue 78

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

Shades of Eggplant #85024E

Tints of Eggplant #85024E

RGB

 RED value IS 133 (52.34% from 255) = 62.44%

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

 BLUE value IS 78 (30.86% from 255) = 36.62%

R = 62.44%
G = 0.94%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85024E (or 0x85024E) is known color: Eggplant. HEX triplet: 85, 02 and 4E. RGB value is (133,2,78). Sum of RGB (Red+Green+Blue) = 133+2+78=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85024E is #7AFDB1. Grayscale: #313131. Windows color (decimal): -8060338 or 5112453. OLE color: 5112453.

HSL color Cylindrical-coordinate representation of color #85024E: hue angle of 325.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85024E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 78 -
CMYK 0 0.98 0.41 0.48
HSL 325.19º 0.97% 0.26% -
HSV(B) 325.19º 0.98% 0.52% -
XYZ 11.07 5.58 7.7 -
YUV 49.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 133 2 78 0 0.98 0.41 0.48 325.19 0.97 0.26
Hex 85 2 4E 0 62 29 30 145 61 1A
Octal 205 2 116 0 142 51 60 505 141 32
Binary 10000101 10 1001110 0 1100010 101001 110000 101000101 1100001 11010

Color Harmonies of #85024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85024E

Black with #85024E

Text Example


Text Example

White with #85024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85024E; }

 p { color: rgb(133,2,78); }

 H1.HeaderClassName
 {
   color: #85024E;
 }
 .AnyTagClassName
 {
   color: #85024E;
 }
</style>

background-color css

<style>
 a { background-color: #85024E; }

 a { background-color: rgb(133,2,78); }

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

border-color css

<style>
 span { border-color: #85024E; }

 span { border-color: rgb(133,2,78); }

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