#962584

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

Shades of Dark Purple #962584

Tints of Dark Purple #962584

Color information

#962584 (or 0x962584) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 84. RGB value is (150,37,132). Sum of RGB (Red+Green+Blue) = 150+37+132=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962584 is #69DA7B. Grayscale: #515151. Windows color (decimal): -6937212 or 8660374. OLE color: 8660374.

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

Color convert

RGB15037132-
CMYK00.750.120.41
HSL309.56º60.43%36.67%-
HSV(B)309.56º75.33%58.82%-
XYZ17.49.4722.74-
YUV81.62156.44176.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=47.02%
G=11.60%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503713200.750.120.41309.5660.4336.67
Hex96258404BC291363c25
Octal22645204011314514667445
Binary1001011010010110000100010010111100101001100110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962584; }

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

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

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

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

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

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

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

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