#963DAC

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

Shades of Deep Lilac #963DAC

Tints of Deep Lilac #963DAC

Color information

#963DAC (or 0x963DAC) is unknown color: approx Deep Lilac. HEX triplet: 96, 3D and AC. RGB value is (150,61,172). Sum of RGB (Red+Green+Blue) = 150+61+172=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #963DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DAC is #69C253. Grayscale: #636363. Windows color (decimal): -6931028 or 11287958. OLE color: 11287958.

HSL color Cylindrical-coordinate representation of color #963DAC: hue angle of 288.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963DAC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15061172-
CMYK0.130.6500.33
HSL288.11º47.64%45.69%-
HSV(B)288.11º64.53%67.45%-
XYZ21.6912.840.36-
YUV100.26168.49163.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=39.16%
G=15.93%
B=44.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150611720.130.6500.33288.1147.6445.69
Hex963DACD41021120302e
Octal22675254151010414406056
Binary1001011011110110101100110110000010100001100100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,61,172); }

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

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

 a { background-color: rgb(150,61,172); }

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

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

 span { border-color: rgb(150,61,172); }

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