#962588

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

Shades of Dark Purple #962588

Tints of Dark Purple #962588

Color information

#962588 (or 0x962588) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 88. RGB value is (150,37,136). Sum of RGB (Red+Green+Blue) = 150+37+136=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962588 is #69DA77. Grayscale: #515151. Windows color (decimal): -6937208 or 8922518. OLE color: 8922518.

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

Color convert

RGB15037136-
CMYK00.750.090.41
HSL307.43º60.43%36.67%-
HSV(B)307.43º75.33%58.82%-
XYZ17.689.5824.21-
YUV82.07158.44176.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 37 (14.84% from 255) = 11.46%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=46.44%
G=11.46%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503713600.750.090.41307.4360.4336.67
Hex96258804B9291333c25
Octal22645210011311514637445
Binary1001011010010110001000010010111001101001100110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962588; }

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

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

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

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

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

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

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

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