#9547BC

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

Shades of Deep Lilac #9547BC

Tints of Deep Lilac #9547BC

Color information

#9547BC (or 0x9547BC) is unknown color: approx Deep Lilac. HEX triplet: 95, 47 and BC. RGB value is (149,71,188). Sum of RGB (Red+Green+Blue) = 149+71+188=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #9547BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547BC is #6AB843. Grayscale: #6B6B6B. Windows color (decimal): -6993988 or 12339093. OLE color: 12339093.

HSL color Cylindrical-coordinate representation of color #9547BC: hue angle of 280º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9547BC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14971188-
CMYK0.210.6200.26
HSL280º46.61%50.78%-
HSV(B)280º62.23%73.73%-
XYZ23.7214.5349.13-
YUV107.66173.34157.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=36.52%
G=17.40%
B=46.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149711880.210.6200.2628046.6150.78
Hex9547BC153E01A1182f33
Octal22510727425760324305763
Binary1001010110001111011110010101111110011010100011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9547BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9547BC; }

 p { color: rgb(149,71,188); }

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

<style>
 a { background-color: #9547BC; }

 a { background-color: rgb(149,71,188); }

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

<style>
 span { border-color: #9547BC; }

 span { border-color: rgb(149,71,188); }

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