#9156CF

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

Shades of Amethyst #9156CF

Tints of Amethyst #9156CF

Color information

#9156CF (or 0x9156CF) is unknown color: approx Amethyst. HEX triplet: 91, 56 and CF. RGB value is (145,86,207). Sum of RGB (Red+Green+Blue) = 145+86+207=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #9156CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156CF is #6EA930. Grayscale: #757575. Windows color (decimal): -7252273 or 13588113. OLE color: 13588113.

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

Color convert

RGB14586207-
CMYK0.300.5800.19
HSL269.26º55.76%57.45%-
HSV(B)269.26º58.45%81.18%-
XYZ26.2717.1860.96-
YUV117.43178.55147.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=33.11%
G=19.63%
B=47.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145862070.300.5800.19269.2655.7657.45
Hex9156CF1E3A01310d3839
Octal22112631736720234157071
Binary1001000110101101100111111110111010010011100001101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9156CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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