#9546AB

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

Shades of Deep Lilac #9546AB

Tints of Deep Lilac #9546AB

Color information

#9546AB (or 0x9546AB) is unknown color: approx Deep Lilac. HEX triplet: 95, 46 and AB. RGB value is (149,70,171). Sum of RGB (Red+Green+Blue) = 149+70+171=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9546AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9546AB is #6AB954. Grayscale: #686868. Windows color (decimal): -6994261 or 11224725. OLE color: 11224725.

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

Color convert

RGB14970171-
CMYK0.130.5900.33
HSL286.93º41.91%47.25%-
HSV(B)286.93º59.06%67.06%-
XYZ21.9413.7140.02-
YUV105.14165.17159.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=38.21%
G=17.95%
B=43.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149701710.130.5900.33286.9341.9147.25
Hex9546ABD3B02111f2a2f
Octal22510625315730414375257
Binary1001010110001101010101111011110110100001100011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9546AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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