#9A65BE

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

Shades of Amethyst #9A65BE

Tints of Amethyst #9A65BE

Color information

#9A65BE (or 0x9A65BE) is unknown color: approx Amethyst. HEX triplet: 9A, 65 and BE. RGB value is (154,101,190). Sum of RGB (Red+Green+Blue) = 154+101+190=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65BE is #659A41. Grayscale: #7E7E7E. Windows color (decimal): -6658626 or 12477850. OLE color: 12477850.

HSL color Cylindrical-coordinate representation of color #9A65BE: hue angle of 275.73º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A65BE is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154101190-
CMYK0.190.4700.25
HSL275.73º40.64%57.06%-
HSV(B)275.73º46.84%74.51%-
XYZ27.2719.951.12-
YUV126.99163.56147.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=34.61%
G=22.70%
B=42.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541011900.190.4700.25275.7340.6457.06
Hex9A65BE132F0191142939
Octal23214527623570314245171
Binary1001101011001011011111010011101111011001100010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,190); }

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

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

 a { background-color: rgb(154,101,190); }

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

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

 span { border-color: rgb(154,101,190); }

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