Html Css Color HEX #963BAE Deep Lilac

📋 copy color: '#963BAE'

red 150 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #963BAE

Tints of Deep Lilac #963BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

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

R = 39.16%
G = 15.4%
B = 45.43%

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

#963BAE (or 0x963BAE) is known color: Deep Lilac. HEX triplet: 96, 3B and AE. RGB value is (150,59,174). Sum of RGB (Red+Green+Blue) = 150+59+174=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #963BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAE is #69C451. Grayscale: #626262. Windows color (decimal): -6931538 or 11418518. OLE color: 11418518.

HSL color Cylindrical-coordinate representation of color #963BAE: hue angle of 287.48º 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 #963BAE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 59 174 -
CMYK 0.14 0.66 0 0.32
HSL 287.48º 0.49% 0.46% -
HSV(B) 287.48º 0.66% 0.68% -
XYZ 21.78 12.67 41.34 -
YUV 99.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 150 59 174 0.14 0.66 0 0.32 287.48 0.49 0.46
Hex 96 3B AE E 42 0 20 11F 31 2E
Octal 226 73 256 16 102 0 40 437 61 56
Binary 10010110 111011 10101110 1110 1000010 0 100000 100011111 110001 101110

Color Harmonies of #963BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BAE

Black with #963BAE

Text Example


Text Example

White with #963BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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