#85068A

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

Shades of Dark Magenta #85068A

Tints of Dark Magenta #85068A

Color information

#85068A (or 0x85068A) is unknown color: approx Dark Magenta. HEX triplet: 85, 06 and 8A. RGB value is (133,6,138). Sum of RGB (Red+Green+Blue) = 133+6+138=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #85068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85068A is #7AF975. Grayscale: #3A3A3A. Windows color (decimal): -8059254 or 9045637. OLE color: 9045637.

HSL color Cylindrical-coordinate representation of color #85068A: hue angle of 297.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85068A is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1336138-
CMYK0.040.9600.46
HSL297.73º91.67%28.24%-
HSV(B)297.73º95.65%54.12%-
XYZ14.336.9524.63-
YUV59.02172.58180.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=48.01%
G=2.17%
B=49.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13361380.040.9600.46297.7391.6728.24
Hex8568A46002E12a5c1c
Octal2056212414005645213434
Binary100001011101000101010011000000101110100101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85068A; }

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

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

<style>
 a { background-color: #85068A; }

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

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

<style>
 span { border-color: #85068A; }

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

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