#962984

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

Shades of Dark Purple #962984

Tints of Dark Purple #962984

Color information

#962984 (or 0x962984) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 84. RGB value is (150,41,132). Sum of RGB (Red+Green+Blue) = 150+41+132=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962984 is #69D67B. Grayscale: #535353. Windows color (decimal): -6936188 or 8661398. OLE color: 8661398.

HSL color Cylindrical-coordinate representation of color #962984: hue angle of 309.91º 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 #962984 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15041132-
CMYK00.730.120.41
HSL309.91º57.07%37.45%-
HSV(B)309.91º72.67%58.82%-
XYZ17.549.7422.78-
YUV83.96155.11175.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=46.44%
G=12.69%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504113200.730.120.41309.9157.0737.45
Hex962984049C291363925
Octal22651204011114514667145
Binary1001011010100110000100010010011100101001100110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962984; }

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

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

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

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

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

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

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

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