#962A81

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

Shades of Dark Purple #962A81

Tints of Dark Purple #962A81

Color information

#962A81 (or 0x962A81) is unknown color: approx Dark Purple. HEX triplet: 96, 2A and 81. RGB value is (150,42,129). Sum of RGB (Red+Green+Blue) = 150+42+129=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A81 is #69D57E. Grayscale: #535353. Windows color (decimal): -6935935 or 8465046. OLE color: 8465046.

HSL color Cylindrical-coordinate representation of color #962A81: hue angle of 311.67º 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 #962A81 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15042129-
CMYK00.720.140.41
HSL311.67º56.25%37.65%-
HSV(B)311.67º72%58.82%-
XYZ17.379.7221.73-
YUV84.21153.28174.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=46.73%
G=13.08%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504212900.720.140.41311.6756.2537.65
Hex962A81048E291383826
Octal22652201011016514707046
Binary1001011010101010000001010010001110101001100111000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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