Html Css Color HEX #850553 Eggplant

📋 copy color: '#850553'

red 133 ◦ green 5 ◦ blue 83

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

Shades of Eggplant #850553

Tints of Eggplant #850553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 60.18%
G = 2.26%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850553 (or 0x850553) is known color: Eggplant. HEX triplet: 85, 05 and 53. RGB value is (133,5,83). Sum of RGB (Red+Green+Blue) = 133+5+83=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850553 is #7AFAAC. Grayscale: #333333. Windows color (decimal): -8059565 or 5440901. OLE color: 5440901.

HSL color Cylindrical-coordinate representation of color #850553: hue angle of 323.44º 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 #850553 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 83 -
CMYK 0 0.96 0.38 0.48
HSL 323.44º 0.93% 0.27% -
HSV(B) 323.44º 0.96% 0.52% -
XYZ 11.29 5.72 8.69 -
YUV 52.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 133 5 83 0 0.96 0.38 0.48 323.44 0.93 0.27
Hex 85 5 53 0 60 26 30 143 5D 1B
Octal 205 5 123 0 140 46 60 503 135 33
Binary 10000101 101 1010011 0 1100000 100110 110000 101000011 1011101 11011

Color Harmonies of #850553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850553

Black with #850553

Text Example


Text Example

White with #850553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850553; }

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

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

background-color css

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

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

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

border-color css

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

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

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