Html Css Color HEX #954ECD Deep Lilac

📋 copy color: '#954ECD'

red 149 ◦ green 78 ◦ blue 205

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

Shades of Deep Lilac #954ECD

Tints of Deep Lilac #954ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 34.49%
G = 18.06%
B = 47.45%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#954ECD (or 0x954ECD) is known color: Deep Lilac. HEX triplet: 95, 4E and CD. RGB value is (149,78,205). Sum of RGB (Red+Green+Blue) = 149+78+205=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #954ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECD is #6AB132. Grayscale: #717171. Windows color (decimal): -6992179 or 13454997. OLE color: 13454997.

HSL color Cylindrical-coordinate representation of color #954ECD: hue angle of 273.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954ECD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 78 205 -
CMYK 0.27 0.62 0 0.20
HSL 273.54º 0.56% 0.55% -
HSV(B) 273.54º 0.62% 0.8% -
XYZ 26.14 16.25 59.52 -
YUV 113.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 149 78 205 0.27 0.62 0 0.20 273.54 0.56 0.55
Hex 95 4E CD 1B 3E 0 14 112 38 37
Octal 225 116 315 33 76 0 24 422 70 67
Binary 10010101 1001110 11001101 11011 111110 0 10100 100010010 111000 110111

Color Harmonies of #954ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954ECD

Black with #954ECD

Text Example


Text Example

White with #954ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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