Html Css Color HEX #964CAC Deep Lilac

📋 copy color: '#964CAC'

red 150 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #964CAC

Tints of Deep Lilac #964CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 37.69%
G = 19.1%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#964CAC (or 0x964CAC) is known color: Deep Lilac. HEX triplet: 96, 4C and AC. RGB value is (150,76,172). Sum of RGB (Red+Green+Blue) = 150+76+172=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #964CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964CAC is #69B353. Grayscale: #6C6C6C. Windows color (decimal): -6927188 or 11291798. OLE color: 11291798.

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

Color convert

RGB 150 76 172 -
CMYK 0.13 0.56 0 0.33
HSL 286.25º 0.39% 0.49% -
HSV(B) 286.25º 0.56% 0.67% -
XYZ 22.61 14.63 40.66 -
YUV 109.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 150 76 172 0.13 0.56 0 0.33 286.25 0.39 0.49
Hex 96 4C AC D 38 0 21 11E 27 31
Octal 226 114 254 15 70 0 41 436 47 61
Binary 10010110 1001100 10101100 1101 111000 0 100001 100011110 100111 110001

Color Harmonies of #964CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CAC

Black with #964CAC

Text Example


Text Example

White with #964CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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