#962981

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

Shades of Dark Purple #962981

Tints of Dark Purple #962981

Color information

#962981 (or 0x962981) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 81. RGB value is (150,41,129). Sum of RGB (Red+Green+Blue) = 150+41+129=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #962981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962981 is #69D67E. Grayscale: #535353. Windows color (decimal): -6936191 or 8464790. OLE color: 8464790.

HSL color Cylindrical-coordinate representation of color #962981: hue angle of 311.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962981 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15041129-
CMYK00.730.140.41
HSL311.56º57.07%37.45%-
HSV(B)311.56º72.67%58.82%-
XYZ17.339.6521.72-
YUV83.62153.61175.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=46.88%
G=12.81%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504112900.730.140.41311.5657.0737.45
Hex962981049E291383925
Octal22651201011116514707145
Binary1001011010100110000001010010011110101001100111000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962981; }

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

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

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

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

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

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

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

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