Html Css Color HEX #964DAE Deep Lilac

📋 copy color: '#964DAE'

red 150 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #964DAE

Tints of Deep Lilac #964DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.2%

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

R = 37.41%
G = 19.2%
B = 43.39%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#964DAE (or 0x964DAE) is known color: Deep Lilac. HEX triplet: 96, 4D and AE. RGB value is (150,77,174). Sum of RGB (Red+Green+Blue) = 150+77+174=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #964DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DAE is #69B251. Grayscale: #6D6D6D. Windows color (decimal): -6926930 or 11423126. OLE color: 11423126.

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

Color convert

RGB 150 77 174 -
CMYK 0.14 0.56 0 0.32
HSL 285.15º 0.39% 0.49% -
HSV(B) 285.15º 0.56% 0.68% -
XYZ 22.87 14.85 41.7 -
YUV 109.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 150 77 174 0.14 0.56 0 0.32 285.15 0.39 0.49
Hex 96 4D AE E 38 0 20 11D 27 31
Octal 226 115 256 16 70 0 40 435 47 61
Binary 10010110 1001101 10101110 1110 111000 0 100000 100011101 100111 110001

Color Harmonies of #964DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DAE

Black with #964DAE

Text Example


Text Example

White with #964DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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