#962E82

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

Shades of Dark Purple #962E82

Tints of Dark Purple #962E82

Color information

#962E82 (or 0x962E82) is unknown color: approx Dark Purple. HEX triplet: 96, 2E and 82. RGB value is (150,46,130). Sum of RGB (Red+Green+Blue) = 150+46+130=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #962E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962E82 is #69D17D. Grayscale: #565656. Windows color (decimal): -6934910 or 8531606. OLE color: 8531606.

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

Color convert

RGB15046130-
CMYK00.690.130.41
HSL311.54º53.06%38.43%-
HSV(B)311.54º69.33%58.82%-
XYZ17.5810.0522.13-
YUV86.67152.46173.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=46.01%
G=14.11%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504613000.690.130.41311.5453.0638.43
Hex962E82045D291383526
Octal22656202010515514706546
Binary1001011010111010000010010001011101101001100111000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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