#961BA3

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

Shades of Dark Magenta #961BA3

Tints of Dark Magenta #961BA3

Color information

#961BA3 (or 0x961BA3) is unknown color: approx Dark Magenta. HEX triplet: 96, 1B and A3. RGB value is (150,27,163). Sum of RGB (Red+Green+Blue) = 150+27+163=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #961BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BA3 is #69E45C. Grayscale: #4E4E4E. Windows color (decimal): -6939741 or 10689430. OLE color: 10689430.

HSL color Cylindrical-coordinate representation of color #961BA3: hue angle of 294.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961BA3 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15027163-
CMYK0.080.8300.36
HSL294.26º71.58%37.25%-
HSV(B)294.26º83.44%63.92%-
XYZ19.589.9135.53-
YUV79.28175.25178.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 27 (10.94% from 255) = 7.94%
BLUE value IS 163 (64.06% from 255) = 47.94%
R=44.12%
G=7.94%
B=47.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150271630.080.8300.36294.2671.5837.25
Hex961BA38530241264825
Octal226332431012304444611045
Binary1001011011011101000111000101001101001001001001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,163); }

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

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

 a { background-color: rgb(150,27,163); }

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

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

 span { border-color: rgb(150,27,163); }

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