#9541B1

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

Shades of Deep Lilac #9541B1

Tints of Deep Lilac #9541B1

Color information

#9541B1 (or 0x9541B1) is unknown color: approx Deep Lilac. HEX triplet: 95, 41 and B1. RGB value is (149,65,177). Sum of RGB (Red+Green+Blue) = 149+65+177=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #9541B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541B1 is #6ABE4E. Grayscale: #666666. Windows color (decimal): -6995535 or 11616661. OLE color: 11616661.

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

Color convert

RGB14965177-
CMYK0.160.6300.31
HSL285º46.28%47.45%-
HSV(B)285º63.28%69.41%-
XYZ22.2213.3443-
YUV102.88169.83160.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=38.11%
G=16.62%
B=45.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149651770.160.6300.3128546.2847.45
Hex9541B1103F01F11d2e2f
Octal22510126120770374355657
Binary1001010110000011011000110000111111011111100011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9541B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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