Html Css Color HEX #963CAD Deep Lilac

📋 copy color: '#963CAD'

red 150 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #963CAD

Tints of Deep Lilac #963CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

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

R = 39.16%
G = 15.67%
B = 45.17%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963CAD (or 0x963CAD) is known color: Deep Lilac. HEX triplet: 96, 3C and AD. RGB value is (150,60,173). Sum of RGB (Red+Green+Blue) = 150+60+173=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #963CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963CAD is #69C352. Grayscale: #636363. Windows color (decimal): -6931283 or 11353238. OLE color: 11353238.

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

Color convert

RGB 150 60 173 -
CMYK 0.13 0.65 0 0.32
HSL 287.79º 0.48% 0.46% -
HSV(B) 287.79º 0.65% 0.68% -
XYZ 21.74 12.73 40.85 -
YUV 99.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 150 60 173 0.13 0.65 0 0.32 287.79 0.48 0.46
Hex 96 3C AD D 41 0 20 120 30 2E
Octal 226 74 255 15 101 0 40 440 60 56
Binary 10010110 111100 10101101 1101 1000001 0 100000 100100000 110000 101110

Color Harmonies of #963CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CAD

Black with #963CAD

Text Example


Text Example

White with #963CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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