#9550BE

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

Shades of Deep Lilac #9550BE

Tints of Deep Lilac #9550BE

Color information

#9550BE (or 0x9550BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 50 and BE. RGB value is (149,80,190). Sum of RGB (Red+Green+Blue) = 149+80+190=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9550BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550BE is #6AAF41. Grayscale: #707070. Windows color (decimal): -6991682 or 12472469. OLE color: 12472469.

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

Color convert

RGB14980190-
CMYK0.220.5800.25
HSL277.64º45.83%52.94%-
HSV(B)277.64º57.89%74.51%-
XYZ24.5615.8450.48-
YUV113.17171.36153.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=35.56%
G=19.09%
B=45.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149801900.220.5800.25277.6445.8352.94
Hex9550BE163A0191162e35
Octal22512027626720314265665
Binary1001010110100001011111010110111010011001100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9550BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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