Html Css Color HEX #850153 Eggplant

📋 copy color: '#850153'

red 133 ◦ green 1 ◦ blue 83

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

Shades of Eggplant #850153

Tints of Eggplant #850153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 61.29%
G = 0.46%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850153 (or 0x850153) is known color: Eggplant. HEX triplet: 85, 01 and 53. RGB value is (133,1,83). Sum of RGB (Red+Green+Blue) = 133+1+83=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #850153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850153 is #7AFEAC. Grayscale: #313131. Windows color (decimal): -8060589 or 5439877. OLE color: 5439877.

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

Color convert

RGB 133 1 83 -
CMYK 0 0.99 0.38 0.48
HSL 322.73º 0.99% 0.26% -
HSV(B) 322.73º 0.99% 0.52% -
XYZ 11.25 5.63 8.68 -
YUV 49.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 133 1 83 0 0.99 0.38 0.48 322.73 0.99 0.26
Hex 85 1 53 0 63 26 30 143 63 1A
Octal 205 1 123 0 143 46 60 503 143 32
Binary 10000101 1 1010011 0 1100011 100110 110000 101000011 1100011 11010

Color Harmonies of #850153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850153

Black with #850153

Text Example


Text Example

White with #850153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850153; }

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

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

background-color css

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

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

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

border-color css

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

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

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