Html Css Color HEX #850550 Eggplant

📋 copy color: '#850550'

red 133 ◦ green 5 ◦ blue 80

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

Shades of Eggplant #850550

Tints of Eggplant #850550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 61.01%
G = 2.29%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#850550 (or 0x850550) is known color: Eggplant. HEX triplet: 85, 05 and 50. RGB value is (133,5,80). Sum of RGB (Red+Green+Blue) = 133+5+80=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #850550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850550 is #7AFAAF. Grayscale: #333333. Windows color (decimal): -8059568 or 5244293. OLE color: 5244293.

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

Color convert

RGB 133 5 80 -
CMYK 0 0.96 0.40 0.48
HSL 324.84º 0.93% 0.27% -
HSV(B) 324.84º 0.96% 0.52% -
XYZ 11.18 5.67 8.1 -
YUV 51.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 133 5 80 0 0.96 0.40 0.48 324.84 0.93 0.27
Hex 85 5 50 0 60 28 30 145 5D 1B
Octal 205 5 120 0 140 50 60 505 135 33
Binary 10000101 101 1010000 0 1100000 101000 110000 101000101 1011101 11011

Color Harmonies of #850550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850550

Black with #850550

Text Example


Text Example

White with #850550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850550; }

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

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

background-color css

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

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

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

border-color css

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

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

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