#9159CF

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

Shades of Amethyst #9159CF

Tints of Amethyst #9159CF

Color information

#9159CF (or 0x9159CF) is unknown color: approx Amethyst. HEX triplet: 91, 59 and CF. RGB value is (145,89,207). Sum of RGB (Red+Green+Blue) = 145+89+207=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9159CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159CF is #6EA630. Grayscale: #767676. Windows color (decimal): -7251505 or 13588881. OLE color: 13588881.

HSL color Cylindrical-coordinate representation of color #9159CF: hue angle of 268.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9159CF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14589207-
CMYK0.300.5700.19
HSL268.47º55.14%58.04%-
HSV(B)268.47º57%81.18%-
XYZ26.5117.6761.04-
YUV119.2177.55146.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=32.88%
G=20.18%
B=46.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145892070.300.5700.19268.4755.1458.04
Hex9159CF1E3901310c373a
Octal22113131736710234146772
Binary1001000110110011100111111110111001010011100001100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9159CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9159CF; }

 p { color: rgb(145,89,207); }

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

<style>
 a { background-color: #9159CF; }

 a { background-color: rgb(145,89,207); }

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

<style>
 span { border-color: #9159CF; }

 span { border-color: rgb(145,89,207); }

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