#961680

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

Shades of Dark Purple #961680

Tints of Dark Purple #961680

Color information

#961680 (or 0x961680) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 80. RGB value is (150,22,128). Sum of RGB (Red+Green+Blue) = 150+22+128=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961680 is #69E97F. Grayscale: #484848. Windows color (decimal): -6941056 or 8394390. OLE color: 8394390.

HSL color Cylindrical-coordinate representation of color #961680: hue angle of 310.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961680 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15022128-
CMYK00.850.150.41
HSL310.31º74.42%33.73%-
HSV(B)310.31º85.33%58.82%-
XYZ16.768.6221.2-
YUV72.36159.41183.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=50%
G=7.33%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502212800.850.150.41310.3174.4233.73
Hex961680055F291364a22
Octal226262000125175146611242
Binary1001011010110100000000101010111111010011001101101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961680; }

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

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

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

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

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

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

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

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