Html Css Color HEX #85175E Eggplant

📋 copy color: '#85175E'

red 133 ◦ green 23 ◦ blue 94

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

Shades of Eggplant #85175E

Tints of Eggplant #85175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 53.2%
G = 9.2%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85175E (or 0x85175E) is known color: Eggplant. HEX triplet: 85, 17 and 5E. RGB value is (133,23,94). Sum of RGB (Red+Green+Blue) = 133+23+94=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85175E is #7AE8A1. Grayscale: #3F3F3F. Windows color (decimal): -8054946 or 6166405. OLE color: 6166405.

HSL color Cylindrical-coordinate representation of color #85175E: hue angle of 321.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85175E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 94 -
CMYK 0 0.83 0.29 0.48
HSL 321.27º 0.71% 0.31% -
HSV(B) 321.27º 0.83% 0.52% -
XYZ 12 6.41 11.19 -
YUV 63.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 133 23 94 0 0.83 0.29 0.48 321.27 0.71 0.31
Hex 85 17 5E 0 53 1D 30 141 47 1F
Octal 205 27 136 0 123 35 60 501 107 37
Binary 10000101 10111 1011110 0 1010011 11101 110000 101000001 1000111 11111

Color Harmonies of #85175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85175E

Black with #85175E

Text Example


Text Example

White with #85175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,23,94); }

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

background-color css

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

 a { background-color: rgb(133,23,94); }

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

border-color css

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

 span { border-color: rgb(133,23,94); }

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