#945ABF

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

Shades of Deep Lilac #945ABF

Tints of Deep Lilac #945ABF

Color information

#945ABF (or 0x945ABF) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and BF. RGB value is (148,90,191). Sum of RGB (Red+Green+Blue) = 148+90+191=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #945ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ABF is #6BA540. Grayscale: #767676. Windows color (decimal): -7054657 or 12540564. OLE color: 12540564.

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

Color convert

RGB14890191-
CMYK0.230.5300.25
HSL274.46º44.1%55.1%-
HSV(B)274.46º52.88%74.9%-
XYZ25.2717.3751.31-
YUV118.86168.72148.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 191 (75% from 255) = 44.52%
R=34.50%
G=20.98%
B=44.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148901910.230.5300.25274.4644.155.1
Hex945ABF17350191122c37
Octal22413227727650314225467
Binary1001010010110101011111110111110101011001100010010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,90,191); }

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

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

 a { background-color: rgb(148,90,191); }

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

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

 span { border-color: rgb(148,90,191); }

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