#961082

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

Shades of Dark Purple #961082

Tints of Dark Purple #961082

Color information

#961082 (or 0x961082) is unknown color: approx Dark Purple. HEX triplet: 96, 10 and 82. RGB value is (150,16,130). Sum of RGB (Red+Green+Blue) = 150+16+130=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #961082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961082 is #69EF7D. Grayscale: #444444. Windows color (decimal): -6942590 or 8523926. OLE color: 8523926.

HSL color Cylindrical-coordinate representation of color #961082: hue angle of 308.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961082 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15016130-
CMYK00.890.130.41
HSL308.96º80.72%32.55%-
HSV(B)308.96º89.33%58.82%-
XYZ16.798.4721.87-
YUV69.06162.39185.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=50.68%
G=5.41%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501613000.890.130.41308.9680.7232.55
Hex961082059D291355121
Octal226202020131155146512141
Binary1001011010000100000100101100111011010011001101011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961082; }

 p { color: rgb(150,16,130); }

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

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

 a { background-color: rgb(150,16,130); }

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

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

 span { border-color: rgb(150,16,130); }

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