#963AAD

Color #963AAD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #963AAD

Tints of Deep Lilac #963AAD

Color information

#963AAD (or 0x963AAD) is unknown color: approx Deep Lilac. HEX triplet: 96, 3A and AD. RGB value is (150,58,173). Sum of RGB (Red+Green+Blue) = 150+58+173=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #963AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAD is #69C552. Grayscale: #626262. Windows color (decimal): -6931795 or 11352726. OLE color: 11352726.

HSL color Cylindrical-coordinate representation of color #963AAD: hue angle of 288º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963AAD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15058173-
CMYK0.130.6600.32
HSL288º49.78%45.29%-
HSV(B)288º66.47%67.84%-
XYZ21.6312.5340.81-
YUV98.62169.98164.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=39.37%
G=15.22%
B=45.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150581730.130.6600.3228849.7845.29
Hex963AADD42020120322d
Octal22672255151020404406255
Binary1001011011101010101101110110000100100000100100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963AAD; }

 p { color: rgb(150,58,173); }

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

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

 a { background-color: rgb(150,58,173); }

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

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

 span { border-color: rgb(150,58,173); }

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