#9543BE

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

Shades of Deep Lilac #9543BE

Tints of Deep Lilac #9543BE

Color information

#9543BE (or 0x9543BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 43 and BE. RGB value is (149,67,190). Sum of RGB (Red+Green+Blue) = 149+67+190=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9543BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543BE is #6ABC41. Grayscale: #696969. Windows color (decimal): -6995010 or 12469141. OLE color: 12469141.

HSL color Cylindrical-coordinate representation of color #9543BE: hue angle of 280º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9543BE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14967190-
CMYK0.220.6500.25
HSL280º48.62%50.39%-
HSV(B)280º64.74%74.51%-
XYZ23.714.1250.19-
YUV105.54175.67159-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 67 (26.56% from 255) = 16.50%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=36.70%
G=16.50%
B=46.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149671900.220.6500.2528048.6250.39
Hex9543BE16410191183132
Octal225103276261010314306162
Binary10010101100001110111110101101000001011001100011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9543BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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