Html Css Color HEX #964ACE Deep Lilac

📋 copy color: '#964ACE'

red 150 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #964ACE

Tints of Deep Lilac #964ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 34.88%
G = 17.21%
B = 47.91%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964ACE (or 0x964ACE) is known color: Deep Lilac. HEX triplet: 96, 4A and CE. RGB value is (150,74,206). Sum of RGB (Red+Green+Blue) = 150+74+206=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #964ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964ACE is #69B531. Grayscale: #6F6F6F. Windows color (decimal): -6927666 or 13519510. OLE color: 13519510.

HSL color Cylindrical-coordinate representation of color #964ACE: hue angle of 274.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964ACE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 74 206 -
CMYK 0.27 0.64 0 0.19
HSL 274.55º 0.57% 0.55% -
HSV(B) 274.55º 0.64% 0.81% -
XYZ 26.17 15.84 60.07 -
YUV 111.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 150 74 206 0.27 0.64 0 0.19 274.55 0.57 0.55
Hex 96 4A CE 1B 40 0 13 113 39 37
Octal 226 112 316 33 100 0 23 423 71 67
Binary 10010110 1001010 11001110 11011 1000000 0 10011 100010011 111001 110111

Color Harmonies of #964ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ACE

Black with #964ACE

Text Example


Text Example

White with #964ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,206); }

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

background-color css

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

 a { background-color: rgb(150,74,206); }

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

border-color css

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

 span { border-color: rgb(150,74,206); }

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