#961C80

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

Shades of Dark Purple #961C80

Tints of Dark Purple #961C80

Color information

#961C80 (or 0x961C80) is unknown color: approx Dark Purple. HEX triplet: 96, 1C and 80. RGB value is (150,28,128). Sum of RGB (Red+Green+Blue) = 150+28+128=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #961C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C80 is #69E37F. Grayscale: #4B4B4B. Windows color (decimal): -6939520 or 8395926. OLE color: 8395926.

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

Color convert

RGB15028128-
CMYK00.810.150.41
HSL310.82º68.54%34.9%-
HSV(B)310.82º81.33%58.82%-
XYZ16.898.8721.24-
YUV75.88157.42180.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=49.02%
G=9.15%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502812800.810.150.41310.8268.5434.9
Hex961C80051F291374523
Octal226342000121175146710543
Binary1001011011100100000000101000111111010011001101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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