Html Css Color HEX #85005A Eggplant

📋 copy color: '#85005A'

red 133 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #85005A

Tints of Eggplant #85005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.64%
G = 0%
B = 40.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85005A (or 0x85005A) is known color: Eggplant. HEX triplet: 85, 00 and 5A. RGB value is (133,0,90). Sum of RGB (Red+Green+Blue) = 133+0+90=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #85005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005A is #7AFFA5. Grayscale: #313131. Windows color (decimal): -8060838 or 5898373. OLE color: 5898373.

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

Color convert

RGB 133 0 90 -
CMYK 0 1 0.32 0.48
HSL 319.4º 1% 0.26% -
HSV(B) 319.4º 1% 0.52% -
XYZ 11.52 5.72 10.17 -
YUV 50.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 133 0 90 0 1 0.32 0.48 319.4 1 0.26
Hex 85 0 5A 0 64 20 30 13F 64 1A
Octal 205 0 132 0 144 40 60 477 144 32
Binary 10000101 0 1011010 0 1100100 100000 110000 100111111 1100100 11010

Color Harmonies of #85005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85005A

Black with #85005A

Text Example


Text Example

White with #85005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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