Html Css Color HEX #963CAE Deep Lilac

📋 copy color: '#963CAE'

red 150 ◦ green 60 ◦ blue 174

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

Shades of Deep Lilac #963CAE

Tints of Deep Lilac #963CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 39.06%
G = 15.63%
B = 45.31%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963CAE (or 0x963CAE) is known color: Deep Lilac. HEX triplet: 96, 3C and AE. RGB value is (150,60,174). Sum of RGB (Red+Green+Blue) = 150+60+174=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #963CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963CAE is #69C351. Grayscale: #636363. Windows color (decimal): -6931282 or 11418774. OLE color: 11418774.

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

Color convert

RGB 150 60 174 -
CMYK 0.14 0.66 0 0.32
HSL 287.37º 0.49% 0.46% -
HSV(B) 287.37º 0.66% 0.68% -
XYZ 21.83 12.77 41.36 -
YUV 99.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 150 60 174 0.14 0.66 0 0.32 287.37 0.49 0.46
Hex 96 3C AE E 42 0 20 11F 31 2E
Octal 226 74 256 16 102 0 40 437 61 56
Binary 10010110 111100 10101110 1110 1000010 0 100000 100011111 110001 101110

Color Harmonies of #963CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CAE

Black with #963CAE

Text Example


Text Example

White with #963CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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