#961A81

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

Shades of Dark Purple #961A81

Tints of Dark Purple #961A81

Color information

#961A81 (or 0x961A81) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 81. RGB value is (150,26,129). Sum of RGB (Red+Green+Blue) = 150+26+129=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #961A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A81 is #69E57E. Grayscale: #4A4A4A. Windows color (decimal): -6940031 or 8460950. OLE color: 8460950.

HSL color Cylindrical-coordinate representation of color #961A81: hue angle of 310.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A81 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15026129-
CMYK00.830.140.41
HSL310.16º70.45%34.51%-
HSV(B)310.16º82.67%58.82%-
XYZ16.918.8121.58-
YUV74.82158.58181.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=49.18%
G=8.52%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502612900.830.140.41310.1670.4534.51
Hex961A81053E291364623
Octal226322010123165146610643
Binary1001011011010100000010101001111101010011001101101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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