Html Css Color HEX #963FAD Deep Lilac

📋 copy color: '#963FAD'

red 150 ◦ green 63 ◦ blue 173

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

Shades of Deep Lilac #963FAD

Tints of Deep Lilac #963FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 38.86%
G = 16.32%
B = 44.82%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963FAD (or 0x963FAD) is known color: Deep Lilac. HEX triplet: 96, 3F and AD. RGB value is (150,63,173). Sum of RGB (Red+Green+Blue) = 150+63+173=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #963FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FAD is #69C052. Grayscale: #656565. Windows color (decimal): -6930515 or 11354006. OLE color: 11354006.

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

Color convert

RGB 150 63 173 -
CMYK 0.13 0.64 0 0.32
HSL 287.45º 0.47% 0.46% -
HSV(B) 287.45º 0.64% 0.68% -
XYZ 21.9 13.06 40.9 -
YUV 101.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 150 63 173 0.13 0.64 0 0.32 287.45 0.47 0.46
Hex 96 3F AD D 40 0 20 11F 2F 2E
Octal 226 77 255 15 100 0 40 437 57 56
Binary 10010110 111111 10101101 1101 1000000 0 100000 100011111 101111 101110

Color Harmonies of #963FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FAD

Black with #963FAD

Text Example


Text Example

White with #963FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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