#954CB9

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

Shades of Deep Lilac #954CB9

Tints of Deep Lilac #954CB9

Color information

#954CB9 (or 0x954CB9) is unknown color: approx Deep Lilac. HEX triplet: 95, 4C and B9. RGB value is (149,76,185). Sum of RGB (Red+Green+Blue) = 149+76+185=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #954CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CB9 is #6AB346. Grayscale: #6D6D6D. Windows color (decimal): -6992711 or 12143765. OLE color: 12143765.

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

Color convert

RGB14976185-
CMYK0.190.5900.27
HSL280.18º43.78%51.18%-
HSV(B)280.18º58.92%72.55%-
XYZ23.7415.0647.56-
YUV110.25170.18155.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 185 (72.66% from 255) = 45.12%
R=36.34%
G=18.54%
B=45.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149761850.190.5900.27280.1843.7851.18
Hex954CB9133B01B1182c33
Octal22511427123730334305463
Binary1001010110011001011100110011111011011011100011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,76,185); }

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

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

 a { background-color: rgb(149,76,185); }

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

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

 span { border-color: rgb(149,76,185); }

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