#9A5BCA

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

Shades of Amethyst #9A5BCA

Tints of Amethyst #9A5BCA

Color information

#9A5BCA (or 0x9A5BCA) is unknown color: approx Amethyst. HEX triplet: 9A, 5B and CA. RGB value is (154,91,202). Sum of RGB (Red+Green+Blue) = 154+91+202=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BCA is #65A435. Grayscale: #7A7A7A. Windows color (decimal): -6661174 or 13261722. OLE color: 13261722.

HSL color Cylindrical-coordinate representation of color #9A5BCA: hue angle of 274.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5BCA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15491202-
CMYK0.240.5500.21
HSL274.05º51.15%57.45%-
HSV(B)274.05º54.95%79.22%-
XYZ27.7318.6258.01-
YUV122.49172.87150.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=34.45%
G=20.36%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154912020.240.5500.21274.0551.1557.45
Hex9A5BCA18370151123339
Octal23213331230670254226371
Binary1001101010110111100101011000110111010101100010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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