Html Css Color HEX #850355 Eggplant

📋 copy color: '#850355'

red 133 ◦ green 3 ◦ blue 85

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

Shades of Eggplant #850355

Tints of Eggplant #850355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 60.18%
G = 1.36%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#850355 (or 0x850355) is known color: Eggplant. HEX triplet: 85, 03 and 55. RGB value is (133,3,85). Sum of RGB (Red+Green+Blue) = 133+3+85=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850355 is #7AFCAA. Grayscale: #333333. Windows color (decimal): -8060075 or 5571461. OLE color: 5571461.

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

Color convert

RGB 133 3 85 -
CMYK 0 0.98 0.36 0.48
HSL 322.15º 0.96% 0.27% -
HSV(B) 322.15º 0.98% 0.52% -
XYZ 11.35 5.71 9.1 -
YUV 51.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 133 3 85 0 0.98 0.36 0.48 322.15 0.96 0.27
Hex 85 3 55 0 62 24 30 142 60 1B
Octal 205 3 125 0 142 44 60 502 140 33
Binary 10000101 11 1010101 0 1100010 100100 110000 101000010 1100000 11011

Color Harmonies of #850355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850355

Black with #850355

Text Example


Text Example

White with #850355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850355; }

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

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

background-color css

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

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

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

border-color css

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

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

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