#9A5CCE

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

Shades of Amethyst #9A5CCE

Tints of Amethyst #9A5CCE

Color information

#9A5CCE (or 0x9A5CCE) is unknown color: approx Amethyst. HEX triplet: 9A, 5C and CE. RGB value is (154,92,206). Sum of RGB (Red+Green+Blue) = 154+92+206=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CCE is #65A331. Grayscale: #7B7B7B. Windows color (decimal): -6660914 or 13524122. OLE color: 13524122.

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

Color convert

RGB15492206-
CMYK0.250.5500.19
HSL272.63º53.77%58.43%-
HSV(B)272.63º55.34%80.78%-
XYZ28.2918.9860.56-
YUV123.53174.54149.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=34.07%
G=20.35%
B=45.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154922060.250.5500.19272.6353.7758.43
Hex9A5CCE1937013111363a
Octal23213431631670234216672
Binary1001101010111001100111011001110111010011100010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,206); }

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

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

 a { background-color: rgb(154,92,206); }

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

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

 span { border-color: rgb(154,92,206); }

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