#9156DB

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

Shades of Amethyst #9156DB

Tints of Amethyst #9156DB

Color information

#9156DB (or 0x9156DB) is unknown color: approx Amethyst. HEX triplet: 91, 56 and DB. RGB value is (145,86,219). Sum of RGB (Red+Green+Blue) = 145+86+219=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9156DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156DB is #6EA924. Grayscale: #767676. Windows color (decimal): -7252261 or 14374545. OLE color: 14374545.

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

Color convert

RGB14586219-
CMYK0.340.6100.14
HSL266.62º64.88%59.8%-
HSV(B)266.62º60.73%85.88%-
XYZ27.7917.7968.99-
YUV118.8184.55146.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=32.22%
G=19.11%
B=48.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145862190.340.6100.14266.6264.8859.8
Hex9156DB223D0E10b413c
Octal221126333427501641310174
Binary10010001101011011011011100010111101011101000010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9156DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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