Html Css Color HEX #964AAD Deep Lilac

📋 copy color: '#964AAD'

red 150 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #964AAD

Tints of Deep Lilac #964AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 37.78%
G = 18.64%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#964AAD (or 0x964AAD) is known color: Deep Lilac. HEX triplet: 96, 4A and AD. RGB value is (150,74,173). Sum of RGB (Red+Green+Blue) = 150+74+173=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #964AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AAD is #69B552. Grayscale: #6B6B6B. Windows color (decimal): -6927699 or 11356822. OLE color: 11356822.

HSL color Cylindrical-coordinate representation of color #964AAD: hue angle of 286.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964AAD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 74 173 -
CMYK 0.13 0.57 0 0.32
HSL 286.06º 0.4% 0.48% -
HSV(B) 286.06º 0.57% 0.68% -
XYZ 22.57 14.4 41.12 -
YUV 108.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 150 74 173 0.13 0.57 0 0.32 286.06 0.4 0.48
Hex 96 4A AD D 39 0 20 11E 28 30
Octal 226 112 255 15 71 0 40 436 50 60
Binary 10010110 1001010 10101101 1101 111001 0 100000 100011110 101000 110000

Color Harmonies of #964AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AAD

Black with #964AAD

Text Example


Text Example

White with #964AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,173); }

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

background-color css

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

 a { background-color: rgb(150,74,173); }

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

border-color css

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

 span { border-color: rgb(150,74,173); }

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