Html Css Color HEX #963DAE Deep Lilac

📋 copy color: '#963DAE'

red 150 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #963DAE

Tints of Deep Lilac #963DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

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

R = 38.96%
G = 15.84%
B = 45.19%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#963DAE (or 0x963DAE) is known color: Deep Lilac. HEX triplet: 96, 3D and AE. RGB value is (150,61,174). Sum of RGB (Red+Green+Blue) = 150+61+174=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #963DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DAE is #69C251. Grayscale: #646464. Windows color (decimal): -6931026 or 11419030. OLE color: 11419030.

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

Color convert

RGB 150 61 174 -
CMYK 0.14 0.65 0 0.32
HSL 287.26º 0.48% 0.46% -
HSV(B) 287.26º 0.65% 0.68% -
XYZ 21.89 12.88 41.38 -
YUV 100.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 150 61 174 0.14 0.65 0 0.32 287.26 0.48 0.46
Hex 96 3D AE E 41 0 20 11F 30 2E
Octal 226 75 256 16 101 0 40 437 60 56
Binary 10010110 111101 10101110 1110 1000001 0 100000 100011111 110000 101110

Color Harmonies of #963DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DAE

Black with #963DAE

Text Example


Text Example

White with #963DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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