#9D068A

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

Shades of Dark Magenta #9D068A

Tints of Dark Magenta #9D068A

Color information

#9D068A (or 0x9D068A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 06 and 8A. RGB value is (157,6,138). Sum of RGB (Red+Green+Blue) = 157+6+138=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D068A is #62F975. Grayscale: #414141. Windows color (decimal): -6486390 or 9045661. OLE color: 9045661.

HSL color Cylindrical-coordinate representation of color #9D068A: hue angle of 307.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D068A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB1576138-
CMYK00.960.120.38
HSL307.55º92.64%31.96%-
HSV(B)307.55º96.18%61.57%-
XYZ18.569.1324.83-
YUV66.2168.53192.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=52.16%
G=1.99%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157613800.960.120.38307.5592.6431.96
Hex9D68A060C261345d20
Octal23562120140144646413540
Binary10011101110100010100110000011001001101001101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D068A; }

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

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

<style>
 a { background-color: #9D068A; }

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

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

<style>
 span { border-color: #9D068A; }

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

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