#954EBB

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

Shades of Deep Lilac #954EBB

Tints of Deep Lilac #954EBB

Color information

#954EBB (or 0x954EBB) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and BB. RGB value is (149,78,187). Sum of RGB (Red+Green+Blue) = 149+78+187=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #954EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EBB is #6AB144. Grayscale: #6F6F6F. Windows color (decimal): -6992197 or 12275349. OLE color: 12275349.

HSL color Cylindrical-coordinate representation of color #954EBB: hue angle of 279.08º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954EBB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14978187-
CMYK0.200.5800.27
HSL279.08º44.49%51.96%-
HSV(B)279.08º58.29%73.33%-
XYZ24.0915.4348.72-
YUV111.65170.52154.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=35.99%
G=18.84%
B=45.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149781870.200.5800.27279.0844.4951.96
Hex954EBB143A01B1172c34
Octal22511627324720334275464
Binary1001010110011101011101110100111010011011100010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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