#9544B3

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

Shades of Deep Lilac #9544B3

Tints of Deep Lilac #9544B3

Color information

#9544B3 (or 0x9544B3) is unknown color: approx Deep Lilac. HEX triplet: 95, 44 and B3. RGB value is (149,68,179). Sum of RGB (Red+Green+Blue) = 149+68+179=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #9544B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544B3 is #6ABB4C. Grayscale: #686868. Windows color (decimal): -6994765 or 11748501. OLE color: 11748501.

HSL color Cylindrical-coordinate representation of color #9544B3: hue angle of 283.78º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9544B3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14968179-
CMYK0.170.6200.30
HSL283.78º44.94%48.43%-
HSV(B)283.78º62.01%70.2%-
XYZ22.613.7844.12-
YUV104.87169.84159.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=37.63%
G=17.17%
B=45.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149681790.170.6200.30283.7844.9448.43
Hex9544B3113E01E11c2d30
Octal22510426321760364345560
Binary1001010110001001011001110001111110011110100011100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9544B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9544B3; }

 p { color: rgb(149,68,179); }

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

<style>
 a { background-color: #9544B3; }

 a { background-color: rgb(149,68,179); }

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

<style>
 span { border-color: #9544B3; }

 span { border-color: rgb(149,68,179); }

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