Html Css Color HEX #850953 Eggplant

📋 copy color: '#850953'

red 133 ◦ green 9 ◦ blue 83

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

Shades of Eggplant #850953

Tints of Eggplant #850953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 59.11%
G = 4%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850953 (or 0x850953) is known color: Eggplant. HEX triplet: 85, 09 and 53. RGB value is (133,9,83). Sum of RGB (Red+Green+Blue) = 133+9+83=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850953 is #7AF6AC. Grayscale: #363636. Windows color (decimal): -8058541 or 5441925. OLE color: 5441925.

HSL color Cylindrical-coordinate representation of color #850953: hue angle of 324.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850953 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 83 -
CMYK 0 0.93 0.38 0.48
HSL 324.19º 0.87% 0.28% -
HSV(B) 324.19º 0.93% 0.52% -
XYZ 11.33 5.81 8.71 -
YUV 54.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 133 9 83 0 0.93 0.38 0.48 324.19 0.87 0.28
Hex 85 9 53 0 5D 26 30 144 57 1C
Octal 205 11 123 0 135 46 60 504 127 34
Binary 10000101 1001 1010011 0 1011101 100110 110000 101000100 1010111 11100

Color Harmonies of #850953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850953

Black with #850953

Text Example


Text Example

White with #850953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850953; }

 p { color: rgb(133,9,83); }

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

background-color css

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

 a { background-color: rgb(133,9,83); }

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

border-color css

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

 span { border-color: rgb(133,9,83); }

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