Html Css Color HEX #85115F Eggplant

📋 copy color: '#85115F'

red 133 ◦ green 17 ◦ blue 95

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

Shades of Eggplant #85115F

Tints of Eggplant #85115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 54.29%
G = 6.94%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85115F (or 0x85115F) is known color: Eggplant. HEX triplet: 85, 11 and 5F. RGB value is (133,17,95). Sum of RGB (Red+Green+Blue) = 133+17+95=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85115F is #7AEEA0. Grayscale: #3C3C3C. Windows color (decimal): -8056481 or 6230405. OLE color: 6230405.

HSL color Cylindrical-coordinate representation of color #85115F: hue angle of 319.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85115F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 95 -
CMYK 0 0.87 0.29 0.48
HSL 319.66º 0.77% 0.29% -
HSV(B) 319.66º 0.87% 0.52% -
XYZ 11.94 6.21 11.4 -
YUV 60.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 133 17 95 0 0.87 0.29 0.48 319.66 0.77 0.29
Hex 85 11 5F 0 57 1D 30 140 4D 1D
Octal 205 21 137 0 127 35 60 500 115 35
Binary 10000101 10001 1011111 0 1010111 11101 110000 101000000 1001101 11101

Color Harmonies of #85115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85115F

Black with #85115F

Text Example


Text Example

White with #85115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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