#961A80

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

Shades of Dark Purple #961A80

Tints of Dark Purple #961A80

Color information

#961A80 (or 0x961A80) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 80. RGB value is (150,26,128). Sum of RGB (Red+Green+Blue) = 150+26+128=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #961A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A80 is #69E57F. Grayscale: #4A4A4A. Windows color (decimal): -6940032 or 8395414. OLE color: 8395414.

HSL color Cylindrical-coordinate representation of color #961A80: hue angle of 310.65º 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 #961A80 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15026128-
CMYK00.830.150.41
HSL310.65º70.45%34.51%-
HSV(B)310.65º82.67%58.82%-
XYZ16.848.7821.23-
YUV74.7158.08181.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=49.34%
G=8.55%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502612800.830.150.41310.6570.4534.51
Hex961A80053F291374623
Octal226322000123175146710643
Binary1001011011010100000000101001111111010011001101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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