#945CB9

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

Shades of Deep Lilac #945CB9

Tints of Deep Lilac #945CB9

Color information

#945CB9 (or 0x945CB9) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and B9. RGB value is (148,92,185). Sum of RGB (Red+Green+Blue) = 148+92+185=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #945CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CB9 is #6BA346. Grayscale: #777777. Windows color (decimal): -7054151 or 12147860. OLE color: 12147860.

HSL color Cylindrical-coordinate representation of color #945CB9: hue angle of 276.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #945CB9 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14892185-
CMYK0.200.5000.27
HSL276.13º39.91%54.31%-
HSV(B)276.13º50.27%72.55%-
XYZ24.817.4547.96-
YUV119.35165.05148.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 185 (72.66% from 255) = 43.53%
R=34.82%
G=21.65%
B=43.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148921850.200.5000.27276.1339.9154.31
Hex945CB9143201B1142836
Octal22413427124620334245066
Binary1001010010111001011100110100110010011011100010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,185); }

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

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

 a { background-color: rgb(148,92,185); }

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

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

 span { border-color: rgb(148,92,185); }

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