Html Css Color HEX #963DAB Deep Lilac

📋 copy color: '#963DAB'

red 150 ◦ green 61 ◦ blue 171

#963DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #963DAB

Tints of Deep Lilac #963DAB

RGB

 RED value IS 150 (58.98% from 255) = 39.27%

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 39.27%
G = 15.97%
B = 44.76%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963DAB (or 0x963DAB) is known color: Deep Lilac. HEX triplet: 96, 3D and AB. RGB value is (150,61,171). Sum of RGB (Red+Green+Blue) = 150+61+171=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #963DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DAB is #69C254. Grayscale: #636363. Windows color (decimal): -6931029 or 11222422. OLE color: 11222422.

HSL color Cylindrical-coordinate representation of color #963DAB: hue angle of 288.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963DAB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 61 171 -
CMYK 0.12 0.64 0 0.33
HSL 288.55º 0.47% 0.45% -
HSV(B) 288.55º 0.64% 0.67% -
XYZ 21.6 12.76 39.85 -
YUV 100.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 150 61 171 0.12 0.64 0 0.33 288.55 0.47 0.45
Hex 96 3D AB C 40 0 21 121 2F 2D
Octal 226 75 253 14 100 0 41 441 57 55
Binary 10010110 111101 10101011 1100 1000000 0 100001 100100001 101111 101101

Color Harmonies of #963DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DAB

Black with #963DAB

Text Example


Text Example

White with #963DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #963DAB;
 }
 .AnyTagClassName
 {
   color: #963DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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