#963781

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

Shades of Dark Purple #963781

Tints of Dark Purple #963781

Color information

#963781 (or 0x963781) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 81. RGB value is (150,55,129). Sum of RGB (Red+Green+Blue) = 150+55+129=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963781 is #69C87E. Grayscale: #5B5B5B. Windows color (decimal): -6932607 or 8468374. OLE color: 8468374.

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

Color convert

RGB15055129-
CMYK00.630.140.41
HSL313.26º46.34%40.2%-
HSV(B)313.26º63.33%58.82%-
XYZ17.9110.821.91-
YUV91.84148.97169.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=44.91%
G=16.47%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505512900.630.140.41313.2646.3440.2
Hex96378103FE291392e28
Octal2266720107716514715650
Binary100101101101111000000101111111110101001100111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963781; }

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

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

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

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

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

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

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

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