#9A1F9F

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

Shades of Dark Magenta #9A1F9F

Tints of Dark Magenta #9A1F9F

Color information

#9A1F9F (or 0x9A1F9F) is unknown color: approx Dark Magenta. HEX triplet: 9A, 1F and 9F. RGB value is (154,31,159). Sum of RGB (Red+Green+Blue) = 154+31+159=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A1F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1F9F is #65E060. Grayscale: #515151. Windows color (decimal): -6676577 or 10428314. OLE color: 10428314.

HSL color Cylindrical-coordinate representation of color #9A1F9F: hue angle of 297.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1F9F is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15431159-
CMYK0.030.8100.38
HSL297.66º67.37%37.25%-
HSV(B)297.66º80.5%62.35%-
XYZ20.0710.3533.74-
YUV82.37171.25179.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 31 (12.5% from 255) = 9.01%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=44.77%
G=9.01%
B=46.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154311590.030.8100.38297.6667.3737.25
Hex9A1F9F35102612a4325
Octal23237237312104645210345
Binary10011010111111001111111101000101001101001010101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,31,159); }

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

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

 a { background-color: rgb(154,31,159); }

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

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

 span { border-color: rgb(154,31,159); }

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