#85145C

Color #85145C Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #85145C

Tints of Eggplant #85145C

Color information

#85145C (or 0x85145C) is unknown color: approx Eggplant. HEX triplet: 85, 14 and 5C. RGB value is (133,20,92). Sum of RGB (Red+Green+Blue) = 133+20+92=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85145C is #7AEBA3. Grayscale: #3D3D3D. Windows color (decimal): -8055716 or 6034565. OLE color: 6034565.

HSL color Cylindrical-coordinate representation of color #85145C: hue angle of 321.77º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85145C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1332092-
CMYK00.850.310.48
HSL321.77º73.86%30%-
HSV(B)321.77º84.96%52.16%-
XYZ11.856.2610.71-
YUV61.99144.94178.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=54.29%
G=8.16%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133209200.850.310.48321.7773.8630
Hex85145C0551F301424a1e
Octal205241340125376050211236
Binary100001011010010111000101010111111110000101000010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85145C;
 }
 .AnyTagClassName
 {
   color: #85145C;
 }
</style>
background-color css

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

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

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

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

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

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