#945EBE

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

Shades of Deep Lilac #945EBE

Tints of Deep Lilac #945EBE

Color information

#945EBE (or 0x945EBE) is unknown color: approx Deep Lilac. HEX triplet: 94, 5E and BE. RGB value is (148,94,190). Sum of RGB (Red+Green+Blue) = 148+94+190=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #945EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EBE is #6BA141. Grayscale: #787878. Windows color (decimal): -7053634 or 12476052. OLE color: 12476052.

HSL color Cylindrical-coordinate representation of color #945EBE: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945EBE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14894190-
CMYK0.220.5100.25
HSL273.75º42.48%55.69%-
HSV(B)273.75º50.53%74.51%-
XYZ25.5118.0250.85-
YUV121.09166.89147.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=34.26%
G=21.76%
B=43.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148941900.220.5100.25273.7542.4855.69
Hex945EBE16330191122a38
Octal22413627626630314225270
Binary1001010010111101011111010110110011011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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