Html Css Color HEX #964CAE Deep Lilac

📋 copy color: '#964CAE'

red 150 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #964CAE

Tints of Deep Lilac #964CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 37.5%
G = 19%
B = 43.5%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#964CAE (or 0x964CAE) is known color: Deep Lilac. HEX triplet: 96, 4C and AE. RGB value is (150,76,174). Sum of RGB (Red+Green+Blue) = 150+76+174=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #964CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964CAE is #69B351. Grayscale: #6C6C6C. Windows color (decimal): -6927186 or 11422870. OLE color: 11422870.

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

Color convert

RGB 150 76 174 -
CMYK 0.14 0.56 0 0.32
HSL 285.31º 0.39% 0.49% -
HSV(B) 285.31º 0.56% 0.68% -
XYZ 22.8 14.71 41.68 -
YUV 109.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 150 76 174 0.14 0.56 0 0.32 285.31 0.39 0.49
Hex 96 4C AE E 38 0 20 11D 27 31
Octal 226 114 256 16 70 0 40 435 47 61
Binary 10010110 1001100 10101110 1110 111000 0 100000 100011101 100111 110001

Color Harmonies of #964CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CAE

Black with #964CAE

Text Example


Text Example

White with #964CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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