Html Css Color HEX #85115C Eggplant

📋 copy color: '#85115C'

red 133 ◦ green 17 ◦ blue 92

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

Shades of Eggplant #85115C

Tints of Eggplant #85115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 54.96%
G = 7.02%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85115C (or 0x85115C) is known color: Eggplant. HEX triplet: 85, 11 and 5C. RGB value is (133,17,92). Sum of RGB (Red+Green+Blue) = 133+17+92=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85115C is #7AEEA3. Grayscale: #3C3C3C. Windows color (decimal): -8056484 or 6033797. OLE color: 6033797.

HSL color Cylindrical-coordinate representation of color #85115C: hue angle of 321.21º 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 #85115C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 92 -
CMYK 0 0.87 0.31 0.48
HSL 321.21º 0.77% 0.29% -
HSV(B) 321.21º 0.87% 0.52% -
XYZ 11.81 6.16 10.69 -
YUV 60.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 133 17 92 0 0.87 0.31 0.48 321.21 0.77 0.29
Hex 85 11 5C 0 57 1F 30 141 4D 1D
Octal 205 21 134 0 127 37 60 501 115 35
Binary 10000101 10001 1011100 0 1010111 11111 110000 101000001 1001101 11101

Color Harmonies of #85115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85115C

Black with #85115C

Text Example


Text Example

White with #85115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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