#9D069A

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

Shades of Dark Magenta #9D069A

Tints of Dark Magenta #9D069A

Color information

#9D069A (or 0x9D069A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 06 and 9A. RGB value is (157,6,154). Sum of RGB (Red+Green+Blue) = 157+6+154=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D069A is #62F965. Grayscale: #434343. Windows color (decimal): -6486374 or 10094237. OLE color: 10094237.

HSL color Cylindrical-coordinate representation of color #9D069A: hue angle of 301.19º 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 #9D069A is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB1576154-
CMYK00.960.020.38
HSL301.19º92.64%31.96%-
HSV(B)301.19º96.18%61.57%-
XYZ19.89.6331.39-
YUV68.02176.53191.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=49.53%
G=1.89%
B=48.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157615400.960.020.38301.1992.6431.96
Hex9D69A06022612d5d20
Octal2356232014024645513540
Binary100111011101001101001100000101001101001011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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