#9a65bf

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

Shades of Amethyst #9A65BF

Tints of Amethyst #9A65BF

Color information

#9A65BF (or 0x9A65BF) is unknown color: approx Amethyst. HEX triplet: 9A, 65 and BF. RGB value is (154,101,191). Sum of RGB (Red+Green+Blue) = 154+101+191=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65BF is #659A40. Grayscale: #7E7E7E. Windows color (decimal): -6658625 or 12543386. OLE color: 12543386.

HSL color Cylindrical-coordinate representation of color #9A65BF: hue angle of 275.33º 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 #9A65BF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154101191-
CMYK0.190.4700.25
HSL275.33º41.28%57.25%-
HSV(B)275.33º47.12%74.9%-
XYZ27.3819.9451.7-
YUV127.11164.06147.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 191 (75% from 255) = 42.83%
R=34.53%
G=22.65%
B=42.83%

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
Decimal1541011910.190.4700.25275.3341.2857.25
Hex9A65BF132F0191132939
Octal23214527723570314235171
Binary1001101011001011011111110011101111011001100010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a65bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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