#962A7D

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

Shades of Dark Purple #962A7D

Tints of Dark Purple #962A7D

Color information

#962A7D (or 0x962A7D) is unknown color: approx Dark Purple. HEX triplet: 96, 2A and 7D. RGB value is (150,42,125). Sum of RGB (Red+Green+Blue) = 150+42+125=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A7D is #69D582. Grayscale: #535353. Windows color (decimal): -6935939 or 8202902. OLE color: 8202902.

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

Color convert

RGB15042125-
CMYK00.720.170.41
HSL313.89º56.25%37.65%-
HSV(B)313.89º72%58.82%-
XYZ17.119.6220.36-
YUV83.75151.28175.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=47.32%
G=13.25%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504212500.720.170.41313.8956.2537.65
Hex962A7D048112913a3826
Octal22652175011021514727046
Binary1001011010101011111010100100010001101001100111010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,42,125); }

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

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

 a { background-color: rgb(150,42,125); }

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

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

 span { border-color: rgb(150,42,125); }

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