Html Css Color HEX #954ECF Deep Lilac

📋 copy color: '#954ECF'

red 149 ◦ green 78 ◦ blue 207

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

Shades of Deep Lilac #954ECF

Tints of Deep Lilac #954ECF

RGB

 RED value IS 149 (58.59% from 255) = 34.33%

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

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

R = 34.33%
G = 17.97%
B = 47.7%

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

#954ECF (or 0x954ECF) is known color: Deep Lilac. HEX triplet: 95, 4E and CF. RGB value is (149,78,207). Sum of RGB (Red+Green+Blue) = 149+78+207=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #954ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECF is #6AB130. Grayscale: #717171. Windows color (decimal): -6992177 or 13586069. OLE color: 13586069.

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

Color convert

RGB 149 78 207 -
CMYK 0.28 0.62 0 0.19
HSL 273.02º 0.57% 0.56% -
HSV(B) 273.02º 0.62% 0.81% -
XYZ 26.38 16.34 60.8 -
YUV 113.94 180.52 153.01 -
System Red Green Blue C M Y K H S L
Decimal 149 78 207 0.28 0.62 0 0.19 273.02 0.57 0.56
Hex 95 4E CF 1C 3E 0 13 111 39 38
Octal 225 116 317 34 76 0 23 421 71 70
Binary 10010101 1001110 11001111 11100 111110 0 10011 100010001 111001 111000

Color Harmonies of #954ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954ECF

Black with #954ECF

Text Example


Text Example

White with #954ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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