Html Css Color HEX #850359 Eggplant

📋 copy color: '#850359'

red 133 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #850359

Tints of Eggplant #850359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 59.11%
G = 1.33%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#850359 (or 0x850359) is known color: Eggplant. HEX triplet: 85, 03 and 59. RGB value is (133,3,89). Sum of RGB (Red+Green+Blue) = 133+3+89=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850359 is #7AFCA6. Grayscale: #333333. Windows color (decimal): -8060071 or 5833605. OLE color: 5833605.

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

Color convert

RGB 133 3 89 -
CMYK 0 0.98 0.33 0.48
HSL 320.31º 0.96% 0.27% -
HSV(B) 320.31º 0.98% 0.52% -
XYZ 11.51 5.77 9.96 -
YUV 51.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 133 3 89 0 0.98 0.33 0.48 320.31 0.96 0.27
Hex 85 3 59 0 62 21 30 140 60 1B
Octal 205 3 131 0 142 41 60 500 140 33
Binary 10000101 11 1011001 0 1100010 100001 110000 101000000 1100000 11011

Color Harmonies of #850359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850359

Black with #850359

Text Example


Text Example

White with #850359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850359; }

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

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

background-color css

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

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

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

border-color css

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

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

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