Html Css Color HEX #963FAA Deep Lilac

📋 copy color: '#963FAA'

red 150 ◦ green 63 ◦ blue 170

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

Shades of Deep Lilac #963FAA

Tints of Deep Lilac #963FAA

RGB

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

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

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

R = 39.16%
G = 16.45%
B = 44.39%

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

#963FAA (or 0x963FAA) is known color: Deep Lilac. HEX triplet: 96, 3F and AA. RGB value is (150,63,170). Sum of RGB (Red+Green+Blue) = 150+63+170=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #963FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963FAA is #69C055. Grayscale: #646464. Windows color (decimal): -6930518 or 11157398. OLE color: 11157398.

HSL color Cylindrical-coordinate representation of color #963FAA: hue angle of 288.79º 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 #963FAA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 63 170 -
CMYK 0.12 0.63 0 0.33
HSL 288.79º 0.46% 0.46% -
HSV(B) 288.79º 0.63% 0.67% -
XYZ 21.61 12.94 39.39 -
YUV 101.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 150 63 170 0.12 0.63 0 0.33 288.79 0.46 0.46
Hex 96 3F AA C 3F 0 21 121 2E 2E
Octal 226 77 252 14 77 0 41 441 56 56
Binary 10010110 111111 10101010 1100 111111 0 100001 100100001 101110 101110

Color Harmonies of #963FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FAA

Black with #963FAA

Text Example


Text Example

White with #963FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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