#9555BA

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

Shades of Deep Lilac #9555BA

Tints of Deep Lilac #9555BA

Color information

#9555BA (or 0x9555BA) is unknown color: approx Deep Lilac. HEX triplet: 95, 55 and BA. RGB value is (149,85,186). Sum of RGB (Red+Green+Blue) = 149+85+186=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9555BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555BA is #6AAA45. Grayscale: #737373. Windows color (decimal): -6990406 or 12211605. OLE color: 12211605.

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

Color convert

RGB14985186-
CMYK0.200.5400.27
HSL278.02º42.26%53.14%-
HSV(B)278.02º54.3%72.94%-
XYZ24.5116.4348.33-
YUV115.65167.7151.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=35.48%
G=20.24%
B=44.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149851860.200.5400.27278.0242.2653.14
Hex9555BA143601B1162a35
Octal22512527224660334265265
Binary1001010110101011011101010100110110011011100010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9555BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9555BA; }

 p { color: rgb(149,85,186); }

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

<style>
 a { background-color: #9555BA; }

 a { background-color: rgb(149,85,186); }

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

<style>
 span { border-color: #9555BA; }

 span { border-color: rgb(149,85,186); }

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