#945DBC

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

Shades of Deep Lilac #945DBC

Tints of Deep Lilac #945DBC

Color information

#945DBC (or 0x945DBC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5D and BC. RGB value is (148,93,188). Sum of RGB (Red+Green+Blue) = 148+93+188=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #945DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DBC is #6BA243. Grayscale: #777777. Windows color (decimal): -7053892 or 12344724. OLE color: 12344724.

HSL color Cylindrical-coordinate representation of color #945DBC: hue angle of 274.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945DBC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14893188-
CMYK0.210.5100.26
HSL274.74º41.48%55.1%-
HSV(B)274.74º50.53%73.73%-
XYZ25.217.7649.68-
YUV120.28166.22147.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=34.50%
G=21.68%
B=43.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148931880.210.5100.26274.7441.4855.1
Hex945DBC153301A1132937
Octal22413527425630324235167
Binary1001010010111011011110010101110011011010100010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,93,188); }

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

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

 a { background-color: rgb(148,93,188); }

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

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

 span { border-color: rgb(148,93,188); }

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