#9543BB

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

Shades of Deep Lilac #9543BB

Tints of Deep Lilac #9543BB

Color information

#9543BB (or 0x9543BB) is unknown color: approx Deep Lilac. HEX triplet: 95, 43 and BB. RGB value is (149,67,187). Sum of RGB (Red+Green+Blue) = 149+67+187=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #9543BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543BB is #6ABC44. Grayscale: #686868. Windows color (decimal): -6995013 or 12272533. OLE color: 12272533.

HSL color Cylindrical-coordinate representation of color #9543BB: hue angle of 281º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9543BB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14967187-
CMYK0.200.6400.27
HSL281º47.24%49.8%-
HSV(B)281º64.17%73.33%-
XYZ23.3713.9948.48-
YUV105.2174.17159.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=36.97%
G=16.63%
B=46.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149671870.200.6400.2728147.2449.8
Hex9543BB144001B1192f32
Octal225103273241000334315762
Binary10010101100001110111011101001000000011011100011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9543BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9543BB; }

 p { color: rgb(149,67,187); }

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

<style>
 a { background-color: #9543BB; }

 a { background-color: rgb(149,67,187); }

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

<style>
 span { border-color: #9543BB; }

 span { border-color: rgb(149,67,187); }

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