#961D82

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

Shades of Dark Purple #961D82

Tints of Dark Purple #961D82

Color information

#961D82 (or 0x961D82) is unknown color: approx Dark Purple. HEX triplet: 96, 1D and 82. RGB value is (150,29,130). Sum of RGB (Red+Green+Blue) = 150+29+130=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #961D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961D82 is #69E27D. Grayscale: #4C4C4C. Windows color (decimal): -6939262 or 8527254. OLE color: 8527254.

HSL color Cylindrical-coordinate representation of color #961D82: hue angle of 309.92º degrees, saturation: 0.68, 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 #961D82 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15029130-
CMYK00.810.130.41
HSL309.92º67.6%35.1%-
HSV(B)309.92º80.67%58.82%-
XYZ17.058.9721.95-
YUV76.69158.09180.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=48.54%
G=9.39%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502913000.810.130.41309.9267.635.1
Hex961D82051D291364423
Octal226352020121155146610443
Binary1001011011101100000100101000111011010011001101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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