#9541AD

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

Shades of Deep Lilac #9541AD

Tints of Deep Lilac #9541AD

Color information

#9541AD (or 0x9541AD) is unknown color: approx Deep Lilac. HEX triplet: 95, 41 and AD. RGB value is (149,65,173). Sum of RGB (Red+Green+Blue) = 149+65+173=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #9541AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AD is #6ABE52. Grayscale: #666666. Windows color (decimal): -6995539 or 11354517. OLE color: 11354517.

HSL color Cylindrical-coordinate representation of color #9541AD: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9541AD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14965173-
CMYK0.140.6200.32
HSL286.67º45.38%46.67%-
HSV(B)286.67º62.43%67.84%-
XYZ21.8313.1940.93-
YUV102.43167.83161.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=38.50%
G=16.80%
B=44.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149651730.140.6200.32286.6745.3846.67
Hex9541ADE3E02011f2d2f
Octal22510125516760404375557
Binary1001010110000011010110111101111100100000100011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9541AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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