Html Css Color HEX #850951 Eggplant

📋 copy color: '#850951'

red 133 ◦ green 9 ◦ blue 81

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

Shades of Eggplant #850951

Tints of Eggplant #850951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 59.64%
G = 4.04%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#850951 (or 0x850951) is known color: Eggplant. HEX triplet: 85, 09 and 51. RGB value is (133,9,81). Sum of RGB (Red+Green+Blue) = 133+9+81=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #850951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850951 is #7AF6AE. Grayscale: #363636. Windows color (decimal): -8058543 or 5310853. OLE color: 5310853.

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

Color convert

RGB 133 9 81 -
CMYK 0 0.93 0.39 0.48
HSL 325.16º 0.87% 0.28% -
HSV(B) 325.16º 0.93% 0.52% -
XYZ 11.26 5.78 8.31 -
YUV 54.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 133 9 81 0 0.93 0.39 0.48 325.16 0.87 0.28
Hex 85 9 51 0 5D 27 30 145 57 1C
Octal 205 11 121 0 135 47 60 505 127 34
Binary 10000101 1001 1010001 0 1011101 100111 110000 101000101 1010111 11100

Color Harmonies of #850951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850951

Black with #850951

Text Example


Text Example

White with #850951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850951; }

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

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

background-color css

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

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

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

border-color css

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

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

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