Html Css Color HEX #850551 Eggplant

📋 copy color: '#850551'

red 133 ◦ green 5 ◦ blue 81

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

Shades of Eggplant #850551

Tints of Eggplant #850551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 60.73%
G = 2.28%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#850551 (or 0x850551) is known color: Eggplant. HEX triplet: 85, 05 and 51. RGB value is (133,5,81). Sum of RGB (Red+Green+Blue) = 133+5+81=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850551 is #7AFAAE. Grayscale: #333333. Windows color (decimal): -8059567 or 5309829. OLE color: 5309829.

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

Color convert

RGB 133 5 81 -
CMYK 0 0.96 0.39 0.48
HSL 324.38º 0.93% 0.27% -
HSV(B) 324.38º 0.96% 0.52% -
XYZ 11.21 5.69 8.29 -
YUV 51.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 133 5 81 0 0.96 0.39 0.48 324.38 0.93 0.27
Hex 85 5 51 0 60 27 30 144 5D 1B
Octal 205 5 121 0 140 47 60 504 135 33
Binary 10000101 101 1010001 0 1100000 100111 110000 101000100 1011101 11011

Color Harmonies of #850551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850551

Black with #850551

Text Example


Text Example

White with #850551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850551; }

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

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

background-color css

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

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

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

border-color css

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

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

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