#9A5BC7

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

Shades of Amethyst #9A5BC7

Tints of Amethyst #9A5BC7

Color information

#9A5BC7 (or 0x9A5BC7) is unknown color: approx Amethyst. HEX triplet: 9A, 5B and C7. RGB value is (154,91,199). Sum of RGB (Red+Green+Blue) = 154+91+199=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A5BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BC7 is #65A438. Grayscale: #797979. Windows color (decimal): -6661177 or 13065114. OLE color: 13065114.

HSL color Cylindrical-coordinate representation of color #9A5BC7: hue angle of 275º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5BC7 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15491199-
CMYK0.230.5400.22
HSL275º49.09%56.86%-
HSV(B)275º54.27%78.04%-
XYZ27.3818.4856.16-
YUV122.15171.37150.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=34.68%
G=20.50%
B=44.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154911990.230.5400.2227549.0956.86
Hex9A5BC717360161133139
Octal23213330727660264236171
Binary1001101010110111100011110111110110010110100010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5BC7; }

 p { color: rgb(154,91,199); }

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

<style>
 a { background-color: #9A5BC7; }

 a { background-color: rgb(154,91,199); }

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

<style>
 span { border-color: #9A5BC7; }

 span { border-color: rgb(154,91,199); }

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