Html Css Color HEX #85085D Eggplant

📋 copy color: '#85085D'

red 133 ◦ green 8 ◦ blue 93

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

Shades of Eggplant #85085D

Tints of Eggplant #85085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 56.84%
G = 3.42%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85085D (or 0x85085D) is known color: Eggplant. HEX triplet: 85, 08 and 5D. RGB value is (133,8,93). Sum of RGB (Red+Green+Blue) = 133+8+93=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85085D is #7AF7A2. Grayscale: #363636. Windows color (decimal): -8058787 or 6097029. OLE color: 6097029.

HSL color Cylindrical-coordinate representation of color #85085D: hue angle of 319.2º 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 #85085D is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 93 -
CMYK 0 0.94 0.30 0.48
HSL 319.2º 0.89% 0.28% -
HSV(B) 319.2º 0.94% 0.52% -
XYZ 11.74 5.95 10.89 -
YUV 55.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 133 8 93 0 0.94 0.30 0.48 319.2 0.89 0.28
Hex 85 8 5D 0 5E 1E 30 13F 59 1C
Octal 205 10 135 0 136 36 60 477 131 34
Binary 10000101 1000 1011101 0 1011110 11110 110000 100111111 1011001 11100

Color Harmonies of #85085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85085D

Black with #85085D

Text Example


Text Example

White with #85085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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