#9B54BA

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

Shades of Deep Lilac #9B54BA

Tints of Deep Lilac #9B54BA

Color information

#9B54BA (or 0x9B54BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 54 and BA. RGB value is (155,84,186). Sum of RGB (Red+Green+Blue) = 155+84+186=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B54BA is #64AB45. Grayscale: #747474. Windows color (decimal): -6597446 or 12211355. OLE color: 12211355.

HSL color Cylindrical-coordinate representation of color #9B54BA: hue angle of 281.76º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B54BA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15584186-
CMYK0.170.5500.27
HSL281.76º42.5%52.94%-
HSV(B)281.76º54.84%72.94%-
XYZ25.5516.8548.36-
YUV116.86167.02155.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=36.47%
G=19.76%
B=43.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155841860.170.5500.27281.7642.552.94
Hex9B54BA113701B11a2a35
Octal23312427221670334325265
Binary1001101110101001011101010001110111011011100011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B54BA; }

 p { color: rgb(155,84,186); }

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

<style>
 a { background-color: #9B54BA; }

 a { background-color: rgb(155,84,186); }

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

<style>
 span { border-color: #9B54BA; }

 span { border-color: rgb(155,84,186); }

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