#9261BE

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

Shades of Amethyst #9261BE

Tints of Amethyst #9261BE

Color information

#9261BE (or 0x9261BE) is unknown color: approx Amethyst. HEX triplet: 92, 61 and BE. RGB value is (146,97,190). Sum of RGB (Red+Green+Blue) = 146+97+190=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #9261BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261BE is #6D9E41. Grayscale: #797979. Windows color (decimal): -7183938 or 12476818. OLE color: 12476818.

HSL color Cylindrical-coordinate representation of color #9261BE: hue angle of 271.61º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9261BE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14697190-
CMYK0.230.4900.25
HSL271.61º41.7%56.27%-
HSV(B)271.61º48.95%74.51%-
XYZ25.4218.3850.92-
YUV122.25166.23144.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=33.72%
G=22.40%
B=43.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146971900.230.4900.25271.6141.756.27
Hex9261BE17310191102a38
Octal22214127627610314205270
Binary1001001011000011011111010111110001011001100010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9261BE; }

 p { color: rgb(146,97,190); }

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

<style>
 a { background-color: #9261BE; }

 a { background-color: rgb(146,97,190); }

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

<style>
 span { border-color: #9261BE; }

 span { border-color: rgb(146,97,190); }

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