#9157DB

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

Shades of Amethyst #9157DB

Tints of Amethyst #9157DB

Color information

#9157DB (or 0x9157DB) is unknown color: approx Amethyst. HEX triplet: 91, 57 and DB. RGB value is (145,87,219). Sum of RGB (Red+Green+Blue) = 145+87+219=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9157DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157DB is #6EA824. Grayscale: #767676. Windows color (decimal): -7252005 or 14374801. OLE color: 14374801.

HSL color Cylindrical-coordinate representation of color #9157DB: hue angle of 266.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9157DB is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14587219-
CMYK0.340.6000.14
HSL266.36º64.71%60%-
HSV(B)266.36º60.27%85.88%-
XYZ27.8717.9569.01-
YUV119.39184.22146.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.15%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 219 (85.94% from 255) = 48.56%
R=32.15%
G=19.29%
B=48.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145872190.340.6000.14266.3664.7160
Hex9157DB223C0E10a413c
Octal221127333427401641210174
Binary10010001101011111011011100010111100011101000010101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9157DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,87,219); }

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

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

 a { background-color: rgb(145,87,219); }

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

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

 span { border-color: rgb(145,87,219); }

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