#945DBE

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

Shades of Deep Lilac #945DBE

Tints of Deep Lilac #945DBE

Color information

#945DBE (or 0x945DBE) is unknown color: approx Deep Lilac. HEX triplet: 94, 5D and BE. RGB value is (148,93,190). Sum of RGB (Red+Green+Blue) = 148+93+190=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #945DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DBE is #6BA241. Grayscale: #787878. Windows color (decimal): -7053890 or 12475796. OLE color: 12475796.

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

Color convert

RGB14893190-
CMYK0.220.5100.25
HSL274.02º42.73%55.49%-
HSV(B)274.02º51.05%74.51%-
XYZ25.4217.8450.82-
YUV120.5167.22147.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=34.34%
G=21.58%
B=44.08%

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
Decimal148931900.220.5100.25274.0242.7355.49
Hex945DBE16330191122b37
Octal22413527626630314225367
Binary1001010010111011011111010110110011011001100010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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