Html Css Color HEX #85085A Eggplant

📋 copy color: '#85085A'

red 133 ◦ green 8 ◦ blue 90

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

Shades of Eggplant #85085A

Tints of Eggplant #85085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 57.58%
G = 3.46%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85085A (or 0x85085A) is known color: Eggplant. HEX triplet: 85, 08 and 5A. RGB value is (133,8,90). Sum of RGB (Red+Green+Blue) = 133+8+90=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85085A is #7AF7A5. Grayscale: #363636. Windows color (decimal): -8058790 or 5900421. OLE color: 5900421.

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

Color convert

RGB 133 8 90 -
CMYK 0 0.94 0.32 0.48
HSL 320.64º 0.89% 0.28% -
HSV(B) 320.64º 0.94% 0.52% -
XYZ 11.61 5.9 10.2 -
YUV 54.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 133 8 90 0 0.94 0.32 0.48 320.64 0.89 0.28
Hex 85 8 5A 0 5E 20 30 141 59 1C
Octal 205 10 132 0 136 40 60 501 131 34
Binary 10000101 1000 1011010 0 1011110 100000 110000 101000001 1011001 11100

Color Harmonies of #85085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85085A

Black with #85085A

Text Example


Text Example

White with #85085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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