Html Css Color HEX #85055A Eggplant

📋 copy color: '#85055A'

red 133 ◦ green 5 ◦ blue 90

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

Shades of Eggplant #85055A

Tints of Eggplant #85055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 58.33%
G = 2.19%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85055A (or 0x85055A) is known color: Eggplant. HEX triplet: 85, 05 and 5A. RGB value is (133,5,90). Sum of RGB (Red+Green+Blue) = 133+5+90=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85055A is #7AFAA5. Grayscale: #343434. Windows color (decimal): -8059558 or 5899653. OLE color: 5899653.

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

Color convert

RGB 133 5 90 -
CMYK 0 0.96 0.32 0.48
HSL 320.16º 0.93% 0.27% -
HSV(B) 320.16º 0.96% 0.52% -
XYZ 11.57 5.83 10.19 -
YUV 52.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 133 5 90 0 0.96 0.32 0.48 320.16 0.93 0.27
Hex 85 5 5A 0 60 20 30 140 5D 1B
Octal 205 5 132 0 140 40 60 500 135 33
Binary 10000101 101 1011010 0 1100000 100000 110000 101000000 1011101 11011

Color Harmonies of #85055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85055A

Black with #85055A

Text Example


Text Example

White with #85055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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