Html Css Color HEX #85015E Eggplant

📋 copy color: '#85015E'

red 133 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #85015E

Tints of Eggplant #85015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 58.33%
G = 0.44%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85015E (or 0x85015E) is known color: Eggplant. HEX triplet: 85, 01 and 5E. RGB value is (133,1,94). Sum of RGB (Red+Green+Blue) = 133+1+94=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85015E is #7AFEA1. Grayscale: #323232. Windows color (decimal): -8060578 or 6160773. OLE color: 6160773.

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

Color convert

RGB 133 1 94 -
CMYK 0 0.99 0.29 0.48
HSL 317.73º 0.99% 0.26% -
HSV(B) 317.73º 0.99% 0.52% -
XYZ 11.7 5.82 11.1 -
YUV 51.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 133 1 94 0 0.99 0.29 0.48 317.73 0.99 0.26
Hex 85 1 5E 0 63 1D 30 13E 63 1A
Octal 205 1 136 0 143 35 60 476 143 32
Binary 10000101 1 1011110 0 1100011 11101 110000 100111110 1100011 11010

Color Harmonies of #85015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85015E

Black with #85015E

Text Example


Text Example

White with #85015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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