#961A9B

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

Shades of Dark Magenta #961A9B

Tints of Dark Magenta #961A9B

Color information

#961A9B (or 0x961A9B) is unknown color: approx Dark Magenta. HEX triplet: 96, 1A and 9B. RGB value is (150,26,155). Sum of RGB (Red+Green+Blue) = 150+26+155=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #961A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A9B is #69E564. Grayscale: #4D4D4D. Windows color (decimal): -6940005 or 10164886. OLE color: 10164886.

HSL color Cylindrical-coordinate representation of color #961A9B: hue angle of 297.67º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A9B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15026155-
CMYK0.030.8300.39
HSL297.67º71.27%35.49%-
HSV(B)297.67º83.23%60.78%-
XYZ18.869.5931.87-
YUV77.78171.58179.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=45.32%
G=7.85%
B=46.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150261550.030.8300.39297.6771.2735.49
Hex961A9B35302712a4723
Octal22632233312304745210743
Binary10010110110101001101111101001101001111001010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A9B; }

 p { color: rgb(150,26,155); }

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

<style>
 a { background-color: #961A9B; }

 a { background-color: rgb(150,26,155); }

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

<style>
 span { border-color: #961A9B; }

 span { border-color: rgb(150,26,155); }

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