Html Css Color HEX #850554 Eggplant

📋 copy color: '#850554'

red 133 ◦ green 5 ◦ blue 84

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

Shades of Eggplant #850554

Tints of Eggplant #850554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 59.91%
G = 2.25%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#850554 (or 0x850554) is known color: Eggplant. HEX triplet: 85, 05 and 54. RGB value is (133,5,84). Sum of RGB (Red+Green+Blue) = 133+5+84=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850554 is #7AFAAB. Grayscale: #343434. Windows color (decimal): -8059564 or 5506437. OLE color: 5506437.

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

Color convert

RGB 133 5 84 -
CMYK 0 0.96 0.37 0.48
HSL 322.97º 0.93% 0.27% -
HSV(B) 322.97º 0.96% 0.52% -
XYZ 11.33 5.74 8.9 -
YUV 52.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 133 5 84 0 0.96 0.37 0.48 322.97 0.93 0.27
Hex 85 5 54 0 60 25 30 143 5D 1B
Octal 205 5 124 0 140 45 60 503 135 33
Binary 10000101 101 1010100 0 1100000 100101 110000 101000011 1011101 11011

Color Harmonies of #850554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850554

Black with #850554

Text Example


Text Example

White with #850554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850554; }

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

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

background-color css

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

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

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

border-color css

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

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

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