Html Css Color HEX #85015A Eggplant

📋 copy color: '#85015A'

red 133 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #85015A

Tints of Eggplant #85015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.18%

R = 59.38%
G = 0.45%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85015A (or 0x85015A) is known color: Eggplant. HEX triplet: 85, 01 and 5A. RGB value is (133,1,90). Sum of RGB (Red+Green+Blue) = 133+1+90=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85015A is #7AFEA5. Grayscale: #323232. Windows color (decimal): -8060582 or 5898629. OLE color: 5898629.

HSL color Cylindrical-coordinate representation of color #85015A: hue angle of 319.55º 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 #85015A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 90 -
CMYK 0 0.99 0.32 0.48
HSL 319.55º 0.99% 0.26% -
HSV(B) 319.55º 0.99% 0.52% -
XYZ 11.53 5.75 10.17 -
YUV 50.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 133 1 90 0 0.99 0.32 0.48 319.55 0.99 0.26
Hex 85 1 5A 0 63 20 30 140 63 1A
Octal 205 1 132 0 143 40 60 500 143 32
Binary 10000101 1 1011010 0 1100011 100000 110000 101000000 1100011 11010

Color Harmonies of #85015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85015A

Black with #85015A

Text Example


Text Example

White with #85015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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