#945EBC

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

Shades of Deep Lilac #945EBC

Tints of Deep Lilac #945EBC

Color information

#945EBC (or 0x945EBC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5E and BC. RGB value is (148,94,188). Sum of RGB (Red+Green+Blue) = 148+94+188=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #945EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EBC is #6BA143. Grayscale: #787878. Windows color (decimal): -7053636 or 12344980. OLE color: 12344980.

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

Color convert

RGB14894188-
CMYK0.210.5000.26
HSL274.47º41.23%55.29%-
HSV(B)274.47º50%73.73%-
XYZ25.2917.9349.71-
YUV120.86165.89147.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=34.42%
G=21.86%
B=43.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148941880.210.5000.26274.4741.2355.29
Hex945EBC153201A1122937
Octal22413627425620324225167
Binary1001010010111101011110010101110010011010100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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