#945AB9

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

Shades of Deep Lilac #945AB9

Tints of Deep Lilac #945AB9

Color information

#945AB9 (or 0x945AB9) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and B9. RGB value is (148,90,185). Sum of RGB (Red+Green+Blue) = 148+90+185=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #945AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AB9 is #6BA546. Grayscale: #757575. Windows color (decimal): -7054663 or 12147348. OLE color: 12147348.

HSL color Cylindrical-coordinate representation of color #945AB9: hue angle of 276.63º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945AB9 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14890185-
CMYK0.200.5100.27
HSL276.63º40.43%53.92%-
HSV(B)276.63º51.35%72.55%-
XYZ24.6317.1147.9-
YUV118.17165.72149.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=34.99%
G=21.28%
B=43.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148901850.200.5100.27276.6340.4353.92
Hex945AB9143301B1152836
Octal22413227124630334255066
Binary1001010010110101011100110100110011011011100010101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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