Html Css Color HEX #85175F Eggplant

📋 copy color: '#85175F'

red 133 ◦ green 23 ◦ blue 95

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

Shades of Eggplant #85175F

Tints of Eggplant #85175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 52.99%
G = 9.16%
B = 37.85%

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

#85175F (or 0x85175F) is known color: Eggplant. HEX triplet: 85, 17 and 5F. RGB value is (133,23,95). Sum of RGB (Red+Green+Blue) = 133+23+95=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85175F is #7AE8A0. Grayscale: #3F3F3F. Windows color (decimal): -8054945 or 6231941. OLE color: 6231941.

HSL color Cylindrical-coordinate representation of color #85175F: hue angle of 320.73º 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 #85175F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 95 -
CMYK 0 0.83 0.29 0.48
HSL 320.73º 0.71% 0.31% -
HSV(B) 320.73º 0.83% 0.52% -
XYZ 12.04 6.43 11.43 -
YUV 64.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 133 23 95 0 0.83 0.29 0.48 320.73 0.71 0.31
Hex 85 17 5F 0 53 1D 30 141 47 1F
Octal 205 27 137 0 123 35 60 501 107 37
Binary 10000101 10111 1011111 0 1010011 11101 110000 101000001 1000111 11111

Color Harmonies of #85175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85175F

Black with #85175F

Text Example


Text Example

White with #85175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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