#962983

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

Shades of Dark Purple #962983

Tints of Dark Purple #962983

Color information

#962983 (or 0x962983) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 83. RGB value is (150,41,131). Sum of RGB (Red+Green+Blue) = 150+41+131=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #962983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962983 is #69D67C. Grayscale: #535353. Windows color (decimal): -6936189 or 8595862. OLE color: 8595862.

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

Color convert

RGB15041131-
CMYK00.730.130.41
HSL310.46º57.07%37.45%-
HSV(B)310.46º72.67%58.82%-
XYZ17.479.7122.43-
YUV83.85154.61175.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=46.58%
G=12.73%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504113100.730.130.41310.4657.0737.45
Hex962983049D291363925
Octal22651203011115514667145
Binary1001011010100110000011010010011101101001100110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962983; }

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

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

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

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

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

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

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

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