#9551BE

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

Shades of Deep Lilac #9551BE

Tints of Deep Lilac #9551BE

Color information

#9551BE (or 0x9551BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 51 and BE. RGB value is (149,81,190). Sum of RGB (Red+Green+Blue) = 149+81+190=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9551BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551BE is #6AAE41. Grayscale: #717171. Windows color (decimal): -6991426 or 12472725. OLE color: 12472725.

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

Color convert

RGB14981190-
CMYK0.220.5700.25
HSL277.43º45.61%53.14%-
HSV(B)277.43º57.37%74.51%-
XYZ24.6315.9950.5-
YUV113.76171.03153.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=35.48%
G=19.29%
B=45.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149811900.220.5700.25277.4345.6153.14
Hex9551BE16390191152e35
Octal22512127626710314255665
Binary1001010110100011011111010110111001011001100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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