Html Css Color HEX #963FAB Deep Lilac

📋 copy color: '#963FAB'

red 150 ◦ green 63 ◦ blue 171

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

Shades of Deep Lilac #963FAB

Tints of Deep Lilac #963FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

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

R = 39.06%
G = 16.41%
B = 44.53%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963FAB (or 0x963FAB) is known color: Deep Lilac. HEX triplet: 96, 3F and AB. RGB value is (150,63,171). Sum of RGB (Red+Green+Blue) = 150+63+171=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #963FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FAB is #69C054. Grayscale: #646464. Windows color (decimal): -6930517 or 11222934. OLE color: 11222934.

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

Color convert

RGB 150 63 171 -
CMYK 0.12 0.63 0 0.33
HSL 288.33º 0.46% 0.46% -
HSV(B) 288.33º 0.63% 0.67% -
XYZ 21.71 12.98 39.89 -
YUV 101.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 150 63 171 0.12 0.63 0 0.33 288.33 0.46 0.46
Hex 96 3F AB C 3F 0 21 120 2E 2E
Octal 226 77 253 14 77 0 41 440 56 56
Binary 10010110 111111 10101011 1100 111111 0 100001 100100000 101110 101110

Color Harmonies of #963FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FAB

Black with #963FAB

Text Example


Text Example

White with #963FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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