Html Css Color HEX #964ECE Deep Lilac

📋 copy color: '#964ECE'

red 150 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #964ECE

Tints of Deep Lilac #964ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

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

R = 34.56%
G = 17.97%
B = 47.47%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964ECE (or 0x964ECE) is known color: Deep Lilac. HEX triplet: 96, 4E and CE. RGB value is (150,78,206). Sum of RGB (Red+Green+Blue) = 150+78+206=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #964ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ECE is #69B131. Grayscale: #717171. Windows color (decimal): -6926642 or 13520534. OLE color: 13520534.

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

Color convert

RGB 150 78 206 -
CMYK 0.27 0.62 0 0.19
HSL 273.75º 0.57% 0.56% -
HSV(B) 273.75º 0.62% 0.81% -
XYZ 26.44 16.39 60.16 -
YUV 114.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 150 78 206 0.27 0.62 0 0.19 273.75 0.57 0.56
Hex 96 4E CE 1B 3E 0 13 112 39 38
Octal 226 116 316 33 76 0 23 422 71 70
Binary 10010110 1001110 11001110 11011 111110 0 10011 100010010 111001 111000

Color Harmonies of #964ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ECE

Black with #964ECE

Text Example


Text Example

White with #964ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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