Html Css Color HEX #964CAA Deep Lilac

📋 copy color: '#964CAA'

red 150 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #964CAA

Tints of Deep Lilac #964CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 37.88%
G = 19.19%
B = 42.93%

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

#964CAA (or 0x964CAA) is known color: Deep Lilac. HEX triplet: 96, 4C and AA. RGB value is (150,76,170). Sum of RGB (Red+Green+Blue) = 150+76+170=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #964CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964CAA is #69B355. Grayscale: #6C6C6C. Windows color (decimal): -6927190 or 11160726. OLE color: 11160726.

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

Color convert

RGB 150 76 170 -
CMYK 0.12 0.55 0 0.33
HSL 287.23º 0.38% 0.48% -
HSV(B) 287.23º 0.55% 0.67% -
XYZ 22.42 14.56 39.66 -
YUV 108.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 150 76 170 0.12 0.55 0 0.33 287.23 0.38 0.48
Hex 96 4C AA C 37 0 21 11F 26 30
Octal 226 114 252 14 67 0 41 437 46 60
Binary 10010110 1001100 10101010 1100 110111 0 100001 100011111 100110 110000

Color Harmonies of #964CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CAA

Black with #964CAA

Text Example


Text Example

White with #964CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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