#9545B1

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

Shades of Deep Lilac #9545B1

Tints of Deep Lilac #9545B1

Color information

#9545B1 (or 0x9545B1) is unknown color: approx Deep Lilac. HEX triplet: 95, 45 and B1. RGB value is (149,69,177). Sum of RGB (Red+Green+Blue) = 149+69+177=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #9545B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9545B1 is #6ABA4E. Grayscale: #686868. Windows color (decimal): -6994511 or 11617685. OLE color: 11617685.

HSL color Cylindrical-coordinate representation of color #9545B1: hue angle of 284.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9545B1 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14969177-
CMYK0.160.6100.31
HSL284.44º43.9%48.24%-
HSV(B)284.44º61.02%69.41%-
XYZ22.4613.8243.08-
YUV105.23168.5159.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 177 (69.53% from 255) = 44.81%
R=37.72%
G=17.47%
B=44.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149691770.160.6100.31284.4443.948.24
Hex9545B1103D01F11c2c30
Octal22510526120750374345460
Binary1001010110001011011000110000111101011111100011100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9545B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9545B1; }

 p { color: rgb(149,69,177); }

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

<style>
 a { background-color: #9545B1; }

 a { background-color: rgb(149,69,177); }

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

<style>
 span { border-color: #9545B1; }

 span { border-color: rgb(149,69,177); }

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