#963581

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

Shades of Dark Purple #963581

Tints of Dark Purple #963581

Color information

#963581 (or 0x963581) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 81. RGB value is (150,53,129). Sum of RGB (Red+Green+Blue) = 150+53+129=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963581 is #69CA7E. Grayscale: #5A5A5A. Windows color (decimal): -6933119 or 8467862. OLE color: 8467862.

HSL color Cylindrical-coordinate representation of color #963581: hue angle of 312.99º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963581 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15053129-
CMYK00.650.140.41
HSL312.99º47.78%39.8%-
HSV(B)312.99º64.67%58.82%-
XYZ17.8110.6221.88-
YUV90.67149.64170.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=45.18%
G=15.96%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505312900.650.140.41312.9947.7839.8
Hex963581041E291393028
Octal22665201010116514716050
Binary1001011011010110000001010000011110101001100111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963581; }

 p { color: rgb(150,53,129); }

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

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

 a { background-color: rgb(150,53,129); }

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

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

 span { border-color: rgb(150,53,129); }

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