Html Css Color HEX #964AAB Deep Lilac

📋 copy color: '#964AAB'

red 150 ◦ green 74 ◦ blue 171

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

Shades of Deep Lilac #964AAB

Tints of Deep Lilac #964AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 37.97%
G = 18.73%
B = 43.29%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#964AAB (or 0x964AAB) is known color: Deep Lilac. HEX triplet: 96, 4A and AB. RGB value is (150,74,171). Sum of RGB (Red+Green+Blue) = 150+74+171=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #964AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AAB is #69B554. Grayscale: #6B6B6B. Windows color (decimal): -6927701 or 11225750. OLE color: 11225750.

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

Color convert

RGB 150 74 171 -
CMYK 0.12 0.57 0 0.33
HSL 287.01º 0.4% 0.48% -
HSV(B) 287.01º 0.57% 0.67% -
XYZ 22.38 14.32 40.11 -
YUV 107.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 150 74 171 0.12 0.57 0 0.33 287.01 0.4 0.48
Hex 96 4A AB C 39 0 21 11F 28 30
Octal 226 112 253 14 71 0 41 437 50 60
Binary 10010110 1001010 10101011 1100 111001 0 100001 100011111 101000 110000

Color Harmonies of #964AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AAB

Black with #964AAB

Text Example


Text Example

White with #964AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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