Html Css Color HEX #964DAB Deep Lilac

📋 copy color: '#964DAB'

red 150 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #964DAB

Tints of Deep Lilac #964DAB

RGB

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

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

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

R = 37.69%
G = 19.35%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#964DAB (or 0x964DAB) is known color: Deep Lilac. HEX triplet: 96, 4D and AB. RGB value is (150,77,171). Sum of RGB (Red+Green+Blue) = 150+77+171=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #964DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DAB is #69B254. Grayscale: #6D6D6D. Windows color (decimal): -6926933 or 11226518. OLE color: 11226518.

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

Color convert

RGB 150 77 171 -
CMYK 0.12 0.55 0 0.33
HSL 286.6º 0.38% 0.49% -
HSV(B) 286.6º 0.55% 0.67% -
XYZ 22.58 14.73 40.18 -
YUV 109.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 150 77 171 0.12 0.55 0 0.33 286.6 0.38 0.49
Hex 96 4D AB C 37 0 21 11F 26 31
Octal 226 115 253 14 67 0 41 437 46 61
Binary 10010110 1001101 10101011 1100 110111 0 100001 100011111 100110 110001

Color Harmonies of #964DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DAB

Black with #964DAB

Text Example


Text Example

White with #964DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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