#962493

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

Shades of Dark Purple #962493

Tints of Dark Purple #962493

Color information

#962493 (or 0x962493) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 93. RGB value is (150,36,147). Sum of RGB (Red+Green+Blue) = 150+36+147=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #962493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962493 is #69DB6C. Grayscale: #525252. Windows color (decimal): -6937453 or 9643158. OLE color: 9643158.

HSL color Cylindrical-coordinate representation of color #962493: hue angle of 301.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962493 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15036147-
CMYK00.760.020.41
HSL301.58º61.29%36.47%-
HSV(B)301.58º76%58.82%-
XYZ18.489.8528.53-
YUV82.74164.27175.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=45.05%
G=10.81%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503614700.760.020.41301.5861.2936.47
Hex96249304C22912e3d24
Octal2264422301142514567544
Binary10010110100100100100110100110010101001100101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962493; }

 p { color: rgb(150,36,147); }

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

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

 a { background-color: rgb(150,36,147); }

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

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

 span { border-color: rgb(150,36,147); }

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