#962988

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

Shades of Dark Purple #962988

Tints of Dark Purple #962988

Color information

#962988 (or 0x962988) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 88. RGB value is (150,41,136). Sum of RGB (Red+Green+Blue) = 150+41+136=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #962988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962988 is #69D677. Grayscale: #545454. Windows color (decimal): -6936184 or 8923542. OLE color: 8923542.

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

Color convert

RGB15041136-
CMYK00.730.090.41
HSL307.71º57.07%37.45%-
HSV(B)307.71º72.67%58.82%-
XYZ17.819.8524.25-
YUV84.42157.11174.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=45.87%
G=12.54%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504113600.730.090.41307.7157.0737.45
Hex9629880499291343925
Octal22651210011111514647145
Binary1001011010100110001000010010011001101001100110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962988; }

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

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

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

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

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

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

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

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