Html Css Color HEX #963CAA Deep Lilac

📋 copy color: '#963CAA'

red 150 ◦ green 60 ◦ blue 170

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

Shades of Deep Lilac #963CAA

Tints of Deep Lilac #963CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 39.47%
G = 15.79%
B = 44.74%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#963CAA (or 0x963CAA) is known color: Deep Lilac. HEX triplet: 96, 3C and AA. RGB value is (150,60,170). Sum of RGB (Red+Green+Blue) = 150+60+170=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #963CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963CAA is #69C355. Grayscale: #636363. Windows color (decimal): -6931286 or 11156630. OLE color: 11156630.

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

Color convert

RGB 150 60 170 -
CMYK 0.12 0.65 0 0.33
HSL 289.09º 0.48% 0.45% -
HSV(B) 289.09º 0.65% 0.67% -
XYZ 21.45 12.62 39.34 -
YUV 99.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 150 60 170 0.12 0.65 0 0.33 289.09 0.48 0.45
Hex 96 3C AA C 41 0 21 121 30 2D
Octal 226 74 252 14 101 0 41 441 60 55
Binary 10010110 111100 10101010 1100 1000001 0 100001 100100001 110000 101101

Color Harmonies of #963CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CAA

Black with #963CAA

Text Example


Text Example

White with #963CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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