#954EC3

Color #954EC3 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #954EC3

Tints of Deep Lilac #954EC3

Color information

#954EC3 (or 0x954EC3) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and C3. RGB value is (149,78,195). Sum of RGB (Red+Green+Blue) = 149+78+195=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #954EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EC3 is #6AB13C. Grayscale: #707070. Windows color (decimal): -6992189 or 12799637. OLE color: 12799637.

HSL color Cylindrical-coordinate representation of color #954EC3: hue angle of 276.41º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954EC3 is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14978195-
CMYK0.240.600.24
HSL276.41º49.37%53.53%-
HSV(B)276.41º60%76.47%-
XYZ24.9715.7853.36-
YUV112.57174.52153.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 195 (76.56% from 255) = 46.21%
R=35.31%
G=18.48%
B=46.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149781950.240.600.24276.4149.3753.53
Hex954EC3183C0181143136
Octal22511630330740304246166
Binary1001010110011101100001111000111100011000100010100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #954EC3;
 }
 .AnyTagClassName
 {
   color: #954EC3;
 }
</style>
background-color css

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

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

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

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

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

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