Html Css Color HEX #850253 Eggplant

📋 copy color: '#850253'

red 133 ◦ green 2 ◦ blue 83

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

Shades of Eggplant #850253

Tints of Eggplant #850253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 61.01%
G = 0.92%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850253 (or 0x850253) is known color: Eggplant. HEX triplet: 85, 02 and 53. RGB value is (133,2,83). Sum of RGB (Red+Green+Blue) = 133+2+83=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #850253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850253 is #7AFDAC. Grayscale: #323232. Windows color (decimal): -8060333 or 5440133. OLE color: 5440133.

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

Color convert

RGB 133 2 83 -
CMYK 0 0.98 0.38 0.48
HSL 322.9º 0.97% 0.26% -
HSV(B) 322.9º 0.98% 0.52% -
XYZ 11.26 5.65 8.68 -
YUV 50.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 133 2 83 0 0.98 0.38 0.48 322.9 0.97 0.26
Hex 85 2 53 0 62 26 30 143 61 1A
Octal 205 2 123 0 142 46 60 503 141 32
Binary 10000101 10 1010011 0 1100010 100110 110000 101000011 1100001 11010

Color Harmonies of #850253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850253

Black with #850253

Text Example


Text Example

White with #850253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850253; }

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

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

background-color css

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

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

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

border-color css

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

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

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