Html Css Color HEX #85054C Eggplant

📋 copy color: '#85054C'

red 133 ◦ green 5 ◦ blue 76

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

Shades of Eggplant #85054C

Tints of Eggplant #85054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 62.15%
G = 2.34%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85054C (or 0x85054C) is known color: Eggplant. HEX triplet: 85, 05 and 4C. RGB value is (133,5,76). Sum of RGB (Red+Green+Blue) = 133+5+76=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85054C is #7AFAB3. Grayscale: #333333. Windows color (decimal): -8059572 or 4982149. OLE color: 4982149.

HSL color Cylindrical-coordinate representation of color #85054C: hue angle of 326.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85054C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 76 -
CMYK 0 0.96 0.43 0.48
HSL 326.72º 0.93% 0.27% -
HSV(B) 326.72º 0.96% 0.52% -
XYZ 11.03 5.62 7.34 -
YUV 51.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 133 5 76 0 0.96 0.43 0.48 326.72 0.93 0.27
Hex 85 5 4C 0 60 2B 30 147 5D 1B
Octal 205 5 114 0 140 53 60 507 135 33
Binary 10000101 101 1001100 0 1100000 101011 110000 101000111 1011101 11011

Color Harmonies of #85054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85054C

Black with #85054C

Text Example


Text Example

White with #85054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85054C; }

 p { color: rgb(133,5,76); }

 H1.HeaderClassName
 {
   color: #85054C;
 }
 .AnyTagClassName
 {
   color: #85054C;
 }
</style>

background-color css

<style>
 a { background-color: #85054C; }

 a { background-color: rgb(133,5,76); }

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

border-color css

<style>
 span { border-color: #85054C; }

 span { border-color: rgb(133,5,76); }

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