#962D82

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

Shades of Dark Purple #962D82

Tints of Dark Purple #962D82

Color information

#962D82 (or 0x962D82) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 82. RGB value is (150,45,130). Sum of RGB (Red+Green+Blue) = 150+45+130=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #962D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D82 is #69D27D. Grayscale: #555555. Windows color (decimal): -6935166 or 8531350. OLE color: 8531350.

HSL color Cylindrical-coordinate representation of color #962D82: hue angle of 311.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D82 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15045130-
CMYK00.700.130.41
HSL311.43º53.85%38.24%-
HSV(B)311.43º70%58.82%-
XYZ17.559.9722.12-
YUV86.08152.79173.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 130 (51.17% from 255) = 40%
R=46.15%
G=13.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504513000.700.130.41311.4353.8538.24
Hex962D82046D291373626
Octal22655202010615514676646
Binary1001011010110110000010010001101101101001100110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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