#9550B7

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

Shades of Deep Lilac #9550B7

Tints of Deep Lilac #9550B7

Color information

#9550B7 (or 0x9550B7) is unknown color: approx Deep Lilac. HEX triplet: 95, 50 and B7. RGB value is (149,80,183). Sum of RGB (Red+Green+Blue) = 149+80+183=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #9550B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550B7 is #6AAF48. Grayscale: #707070. Windows color (decimal): -6991689 or 12013717. OLE color: 12013717.

HSL color Cylindrical-coordinate representation of color #9550B7: hue angle of 280.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9550B7 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14980183-
CMYK0.190.5600.28
HSL280.19º41.7%51.57%-
HSV(B)280.19º56.28%71.76%-
XYZ23.8115.5546.55-
YUV112.37167.86154.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 183 (71.88% from 255) = 44.42%
R=36.17%
G=19.42%
B=44.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal149801830.190.5600.28280.1941.751.57
Hex9550B7133801C1182a34
Octal22512026723700344305264
Binary1001010110100001011011110011111000011100100011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9550B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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