#963481

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

Shades of Dark Purple #963481

Tints of Dark Purple #963481

Color information

#963481 (or 0x963481) is unknown color: approx Dark Purple. HEX triplet: 96, 34 and 81. RGB value is (150,52,129). Sum of RGB (Red+Green+Blue) = 150+52+129=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963481 is #69CB7E. Grayscale: #595959. Windows color (decimal): -6933375 or 8467606. OLE color: 8467606.

HSL color Cylindrical-coordinate representation of color #963481: hue angle of 312.86º degrees, saturation: 0.49, 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 #963481 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15052129-
CMYK00.650.140.41
HSL312.86º48.51%39.61%-
HSV(B)312.86º65.33%58.82%-
XYZ17.7710.5221.86-
YUV90.08149.97170.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=45.32%
G=15.71%
B=38.97%

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
Decimal1505212900.650.140.41312.8648.5139.61
Hex963481041E291393128
Octal22664201010116514716150
Binary1001011011010010000001010000011110101001100111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963481; }

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

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

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

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

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

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

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

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