#963682

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

Shades of Dark Purple #963682

Tints of Dark Purple #963682

Color information

#963682 (or 0x963682) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 82. RGB value is (150,54,130). Sum of RGB (Red+Green+Blue) = 150+54+130=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963682 is #69C97D. Grayscale: #5B5B5B. Windows color (decimal): -6932862 or 8533654. OLE color: 8533654.

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

Color convert

RGB15054130-
CMYK00.640.130.41
HSL312.5º47.06%40%-
HSV(B)312.5º64%58.82%-
XYZ17.9310.7322.25-
YUV91.37149.8169.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=44.91%
G=16.17%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505413000.640.130.41312.547.0640
Hex963682040D291382f28
Octal22666202010015514705750
Binary1001011011011010000010010000001101101001100111000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963682; }

 p { color: rgb(150,54,130); }

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

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

 a { background-color: rgb(150,54,130); }

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

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

 span { border-color: rgb(150,54,130); }

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