Html Css Color HEX #850952 Eggplant

📋 copy color: '#850952'

red 133 ◦ green 9 ◦ blue 82

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

Shades of Eggplant #850952

Tints of Eggplant #850952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 59.38%
G = 4.02%
B = 36.61%

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

#850952 (or 0x850952) is known color: Eggplant. HEX triplet: 85, 09 and 52. RGB value is (133,9,82). Sum of RGB (Red+Green+Blue) = 133+9+82=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #850952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850952 is #7AF6AD. Grayscale: #363636. Windows color (decimal): -8058542 or 5376389. OLE color: 5376389.

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

Color convert

RGB 133 9 82 -
CMYK 0 0.93 0.38 0.48
HSL 324.68º 0.87% 0.28% -
HSV(B) 324.68º 0.93% 0.52% -
XYZ 11.29 5.79 8.51 -
YUV 54.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 133 9 82 0 0.93 0.38 0.48 324.68 0.87 0.28
Hex 85 9 52 0 5D 26 30 145 57 1C
Octal 205 11 122 0 135 46 60 505 127 34
Binary 10000101 1001 1010010 0 1011101 100110 110000 101000101 1010111 11100

Color Harmonies of #850952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850952

Black with #850952

Text Example


Text Example

White with #850952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850952; }

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

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

background-color css

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

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

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

border-color css

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

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

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