#85168E

Color #85168E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #85168E

Tints of Dark Magenta #85168E

Color information

#85168E (or 0x85168E) is unknown color: approx Dark Magenta. HEX triplet: 85, 16 and 8E. RGB value is (133,22,142). Sum of RGB (Red+Green+Blue) = 133+22+142=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #85168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85168E is #7AE971. Grayscale: #444444. Windows color (decimal): -8055154 or 9311877. OLE color: 9311877.

HSL color Cylindrical-coordinate representation of color #85168E: hue angle of 295.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85168E is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13322142-
CMYK0.060.8500.44
HSL295.5º73.17%32.16%-
HSV(B)295.5º84.51%55.69%-
XYZ14.847.5126.26-
YUV68.87169.27173.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=44.78%
G=7.41%
B=47.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133221420.060.8500.44295.573.1732.16
Hex85168E65502C1284920
Octal20526216612505445011140
Binary100001011011010001110110101010101011001001010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,22,142); }

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

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

 a { background-color: rgb(133,22,142); }

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

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

 span { border-color: rgb(133,22,142); }

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