Html Css Color HEX #85155E Eggplant

📋 copy color: '#85155E'

red 133 ◦ green 21 ◦ blue 94

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

Shades of Eggplant #85155E

Tints of Eggplant #85155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 53.63%
G = 8.47%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85155E (or 0x85155E) is known color: Eggplant. HEX triplet: 85, 15 and 5E. RGB value is (133,21,94). Sum of RGB (Red+Green+Blue) = 133+21+94=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85155E is #7AEAA1. Grayscale: #3E3E3E. Windows color (decimal): -8055458 or 6165893. OLE color: 6165893.

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

Color convert

RGB 133 21 94 -
CMYK 0 0.84 0.29 0.48
HSL 320.89º 0.73% 0.3% -
HSV(B) 320.89º 0.84% 0.52% -
XYZ 11.96 6.33 11.18 -
YUV 62.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 133 21 94 0 0.84 0.29 0.48 320.89 0.73 0.3
Hex 85 15 5E 0 54 1D 30 141 49 1E
Octal 205 25 136 0 124 35 60 501 111 36
Binary 10000101 10101 1011110 0 1010100 11101 110000 101000001 1001001 11110

Color Harmonies of #85155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85155E

Black with #85155E

Text Example


Text Example

White with #85155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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