#962393

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

Shades of Dark Purple #962393

Tints of Dark Purple #962393

Color information

#962393 (or 0x962393) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 93. RGB value is (150,35,147). Sum of RGB (Red+Green+Blue) = 150+35+147=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #962393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962393 is #69DC6C. Grayscale: #515151. Windows color (decimal): -6937709 or 9642902. OLE color: 9642902.

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

Color convert

RGB15035147-
CMYK00.770.020.41
HSL301.57º62.16%36.27%-
HSV(B)301.57º76.67%58.82%-
XYZ18.459.7928.52-
YUV82.15164.6176.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 35 (14.06% from 255) = 10.54%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=45.18%
G=10.54%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503514700.770.020.41301.5762.1636.27
Hex96239304D22912e3e24
Octal2264322301152514567644
Binary10010110100011100100110100110110101001100101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962393; }

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

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

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

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

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

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

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

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