#85069B

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

Shades of Dark Magenta #85069B

Tints of Dark Magenta #85069B

Color information

#85069B (or 0x85069B) is unknown color: approx Dark Magenta. HEX triplet: 85, 06 and 9B. RGB value is (133,6,155). Sum of RGB (Red+Green+Blue) = 133+6+155=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #85069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85069B is #7AF964. Grayscale: #3C3C3C. Windows color (decimal): -8059237 or 10159749. OLE color: 10159749.

HSL color Cylindrical-coordinate representation of color #85069B: hue angle of 291.14º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85069B is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1336155-
CMYK0.140.9600.39
HSL291.14º92.55%31.57%-
HSV(B)291.14º96.13%60.78%-
XYZ15.657.4831.63-
YUV60.96181.08179.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=45.24%
G=2.04%
B=52.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13361550.140.9600.39291.1492.5531.57
Hex8569BE600271235d20
Octal20562331614004744313540
Binary10000101110100110111110110000001001111001000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,6,155); }

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

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

 a { background-color: rgb(133,6,155); }

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

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

 span { border-color: rgb(133,6,155); }

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