Html Css Color HEX #85115B Eggplant

📋 copy color: '#85115B'

red 133 ◦ green 17 ◦ blue 91

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

Shades of Eggplant #85115B

Tints of Eggplant #85115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 55.19%
G = 7.05%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85115B (or 0x85115B) is known color: Eggplant. HEX triplet: 85, 11 and 5B. RGB value is (133,17,91). Sum of RGB (Red+Green+Blue) = 133+17+91=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85115B is #7AEEA4. Grayscale: #3B3B3B. Windows color (decimal): -8056485 or 5968261. OLE color: 5968261.

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

Color convert

RGB 133 17 91 -
CMYK 0 0.87 0.32 0.48
HSL 321.72º 0.77% 0.29% -
HSV(B) 321.72º 0.87% 0.52% -
XYZ 11.76 6.14 10.46 -
YUV 60.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 133 17 91 0 0.87 0.32 0.48 321.72 0.77 0.29
Hex 85 11 5B 0 57 20 30 142 4D 1D
Octal 205 21 133 0 127 40 60 502 115 35
Binary 10000101 10001 1011011 0 1010111 100000 110000 101000010 1001101 11101

Color Harmonies of #85115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85115B

Black with #85115B

Text Example


Text Example

White with #85115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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