#9A0382

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

Shades of Dark Magenta #9A0382

Tints of Dark Magenta #9A0382

Color information

#9A0382 (or 0x9A0382) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and 82. RGB value is (154,3,130). Sum of RGB (Red+Green+Blue) = 154+3+130=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0382 is #65FC7D. Grayscale: #3E3E3E. Windows color (decimal): -6683774 or 8520602. OLE color: 8520602.

HSL color Cylindrical-coordinate representation of color #9A0382: hue angle of 309.54º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0382 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB1543130-
CMYK00.980.160.40
HSL309.54º96.18%30.78%-
HSV(B)309.54º98.05%60.39%-
XYZ17.398.5521.85-
YUV62.63166.03193.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.66%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=53.66%
G=1.05%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154313000.980.160.40309.5496.1830.78
Hex9A3820621028136601f
Octal23232020142205046614037
Binary1001101011100000100110001010000101000100110110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,3,130); }

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

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

 a { background-color: rgb(154,3,130); }

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

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

 span { border-color: rgb(154,3,130); }

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