#963684

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

Shades of Dark Purple #963684

Tints of Dark Purple #963684

Color information

#963684 (or 0x963684) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 84. RGB value is (150,54,132). Sum of RGB (Red+Green+Blue) = 150+54+132=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963684 is #69C97B. Grayscale: #5B5B5B. Windows color (decimal): -6932860 or 8664726. OLE color: 8664726.

HSL color Cylindrical-coordinate representation of color #963684: hue angle of 311.25º 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 #963684 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15054132-
CMYK00.640.120.41
HSL311.25º47.06%40%-
HSV(B)311.25º64%58.82%-
XYZ18.0610.7922.96-
YUV91.6150.8169.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=44.64%
G=16.07%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505413200.640.120.41311.2547.0640
Hex963684040C291372f28
Octal22666204010014514675750
Binary1001011011011010000100010000001100101001100110111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963684; }

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

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

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

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

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

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

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

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