Html Css Color HEX #964ECF Deep Lilac

📋 copy color: '#964ECF'

red 150 ◦ green 78 ◦ blue 207

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

Shades of Deep Lilac #964ECF

Tints of Deep Lilac #964ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 34.48%
G = 17.93%
B = 47.59%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#964ECF (or 0x964ECF) is known color: Deep Lilac. HEX triplet: 96, 4E and CF. RGB value is (150,78,207). Sum of RGB (Red+Green+Blue) = 150+78+207=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #964ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ECF is #69B130. Grayscale: #717171. Windows color (decimal): -6926641 or 13586070. OLE color: 13586070.

HSL color Cylindrical-coordinate representation of color #964ECF: hue angle of 273.49º 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 #964ECF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 78 207 -
CMYK 0.28 0.62 0 0.19
HSL 273.49º 0.57% 0.56% -
HSV(B) 273.49º 0.62% 0.81% -
XYZ 26.56 16.44 60.8 -
YUV 114.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 150 78 207 0.28 0.62 0 0.19 273.49 0.57 0.56
Hex 96 4E CF 1C 3E 0 13 111 39 38
Octal 226 116 317 34 76 0 23 421 71 70
Binary 10010110 1001110 11001111 11100 111110 0 10011 100010001 111001 111000

Color Harmonies of #964ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964ECF

Black with #964ECF

Text Example


Text Example

White with #964ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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