Html Css Color HEX #85094E Eggplant

📋 copy color: '#85094E'

red 133 ◦ green 9 ◦ blue 78

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

Shades of Eggplant #85094E

Tints of Eggplant #85094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 60.45%
G = 4.09%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85094E (or 0x85094E) is known color: Eggplant. HEX triplet: 85, 09 and 4E. RGB value is (133,9,78). Sum of RGB (Red+Green+Blue) = 133+9+78=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #85094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85094E is #7AF6B1. Grayscale: #353535. Windows color (decimal): -8058546 or 5114245. OLE color: 5114245.

HSL color Cylindrical-coordinate representation of color #85094E: hue angle of 326.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85094E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 78 -
CMYK 0 0.93 0.41 0.48
HSL 326.61º 0.87% 0.28% -
HSV(B) 326.61º 0.93% 0.52% -
XYZ 11.15 5.73 7.73 -
YUV 53.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 133 9 78 0 0.93 0.41 0.48 326.61 0.87 0.28
Hex 85 9 4E 0 5D 29 30 147 57 1C
Octal 205 11 116 0 135 51 60 507 127 34
Binary 10000101 1001 1001110 0 1011101 101001 110000 101000111 1010111 11100

Color Harmonies of #85094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85094E

Black with #85094E

Text Example


Text Example

White with #85094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85094E; }

 p { color: rgb(133,9,78); }

 H1.HeaderClassName
 {
   color: #85094E;
 }
 .AnyTagClassName
 {
   color: #85094E;
 }
</style>

background-color css

<style>
 a { background-color: #85094E; }

 a { background-color: rgb(133,9,78); }

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

border-color css

<style>
 span { border-color: #85094E; }

 span { border-color: rgb(133,9,78); }

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