Html Css Color HEX #850354 Eggplant

📋 copy color: '#850354'

red 133 ◦ green 3 ◦ blue 84

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

Shades of Eggplant #850354

Tints of Eggplant #850354

RGB

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

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

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

R = 60.45%
G = 1.36%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#850354 (or 0x850354) is known color: Eggplant. HEX triplet: 85, 03 and 54. RGB value is (133,3,84). Sum of RGB (Red+Green+Blue) = 133+3+84=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850354 is #7AFCAB. Grayscale: #323232. Windows color (decimal): -8060076 or 5505925. OLE color: 5505925.

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

Color convert

RGB 133 3 84 -
CMYK 0 0.98 0.37 0.48
HSL 322.62º 0.96% 0.27% -
HSV(B) 322.62º 0.98% 0.52% -
XYZ 11.31 5.69 8.89 -
YUV 51.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 133 3 84 0 0.98 0.37 0.48 322.62 0.96 0.27
Hex 85 3 54 0 62 25 30 143 60 1B
Octal 205 3 124 0 142 45 60 503 140 33
Binary 10000101 11 1010100 0 1100010 100101 110000 101000011 1100000 11011

Color Harmonies of #850354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850354

Black with #850354

Text Example


Text Example

White with #850354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850354; }

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

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

background-color css

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

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

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

border-color css

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

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

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