Html Css Color HEX #964DAC Deep Lilac

📋 copy color: '#964DAC'

red 150 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #964DAC

Tints of Deep Lilac #964DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 37.59%
G = 19.3%
B = 43.11%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#964DAC (or 0x964DAC) is known color: Deep Lilac. HEX triplet: 96, 4D and AC. RGB value is (150,77,172). Sum of RGB (Red+Green+Blue) = 150+77+172=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #964DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DAC is #69B253. Grayscale: #6D6D6D. Windows color (decimal): -6926932 or 11292054. OLE color: 11292054.

HSL color Cylindrical-coordinate representation of color #964DAC: hue angle of 286.11º 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 #964DAC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 77 172 -
CMYK 0.13 0.55 0 0.33
HSL 286.11º 0.38% 0.49% -
HSV(B) 286.11º 0.55% 0.67% -
XYZ 22.68 14.77 40.69 -
YUV 109.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 150 77 172 0.13 0.55 0 0.33 286.11 0.38 0.49
Hex 96 4D AC D 37 0 21 11E 26 31
Octal 226 115 254 15 67 0 41 436 46 61
Binary 10010110 1001101 10101100 1101 110111 0 100001 100011110 100110 110001

Color Harmonies of #964DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DAC

Black with #964DAC

Text Example


Text Example

White with #964DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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