#9551DB

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

Shades of Amethyst #9551DB

Tints of Amethyst #9551DB

Color information

#9551DB (or 0x9551DB) is unknown color: approx Amethyst. HEX triplet: 95, 51 and DB. RGB value is (149,81,219). Sum of RGB (Red+Green+Blue) = 149+81+219=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9551DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551DB is #6AAE24. Grayscale: #747474. Windows color (decimal): -6991397 or 14373269. OLE color: 14373269.

HSL color Cylindrical-coordinate representation of color #9551DB: hue angle of 269.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9551DB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14981219-
CMYK0.320.6300.14
HSL269.57º65.71%58.82%-
HSV(B)269.57º63.01%85.88%-
XYZ28.1217.3968.89-
YUV117.06185.53150.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=33.18%
G=18.04%
B=48.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149812190.320.6300.14269.5765.7158.82
Hex9551DB203F0E10e423b
Octal225121333407701641610273
Binary10010101101000111011011100000111111011101000011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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