#9541AB

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

Shades of Deep Lilac #9541AB

Tints of Deep Lilac #9541AB

Color information

#9541AB (or 0x9541AB) is unknown color: approx Deep Lilac. HEX triplet: 95, 41 and AB. RGB value is (149,65,171). Sum of RGB (Red+Green+Blue) = 149+65+171=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9541AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AB is #6ABE54. Grayscale: #656565. Windows color (decimal): -6995541 or 11223445. OLE color: 11223445.

HSL color Cylindrical-coordinate representation of color #9541AB: hue angle of 287.55º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9541AB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14965171-
CMYK0.130.6200.33
HSL287.55º44.92%46.27%-
HSV(B)287.55º61.99%67.06%-
XYZ21.6413.1139.92-
YUV102.2166.83161.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=38.70%
G=16.88%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149651710.130.6200.33287.5544.9246.27
Hex9541ABD3E0211202d2e
Octal22510125315760414405556
Binary1001010110000011010101111011111100100001100100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9541AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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