Html Css Color HEX #850356 Eggplant

📋 copy color: '#850356'

red 133 ◦ green 3 ◦ blue 86

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

Shades of Eggplant #850356

Tints of Eggplant #850356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 59.91%
G = 1.35%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#850356 (or 0x850356) is known color: Eggplant. HEX triplet: 85, 03 and 56. RGB value is (133,3,86). Sum of RGB (Red+Green+Blue) = 133+3+86=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850356 is #7AFCA9. Grayscale: #333333. Windows color (decimal): -8060074 or 5636997. OLE color: 5636997.

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

Color convert

RGB 133 3 86 -
CMYK 0 0.98 0.35 0.48
HSL 321.69º 0.96% 0.27% -
HSV(B) 321.69º 0.98% 0.52% -
XYZ 11.39 5.72 9.31 -
YUV 51.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 133 3 86 0 0.98 0.35 0.48 321.69 0.96 0.27
Hex 85 3 56 0 62 23 30 142 60 1B
Octal 205 3 126 0 142 43 60 502 140 33
Binary 10000101 11 1010110 0 1100010 100011 110000 101000010 1100000 11011

Color Harmonies of #850356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850356

Black with #850356

Text Example


Text Example

White with #850356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850356; }

 p { color: rgb(133,3,86); }

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

background-color css

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

 a { background-color: rgb(133,3,86); }

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

border-color css

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

 span { border-color: rgb(133,3,86); }

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