#9261C9

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

Shades of Amethyst #9261C9

Tints of Amethyst #9261C9

Color information

#9261C9 (or 0x9261C9) is unknown color: approx Amethyst. HEX triplet: 92, 61 and C9. RGB value is (146,97,201). Sum of RGB (Red+Green+Blue) = 146+97+201=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #9261C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261C9 is #6D9E36. Grayscale: #7B7B7B. Windows color (decimal): -7183927 or 13197714. OLE color: 13197714.

HSL color Cylindrical-coordinate representation of color #9261C9: hue angle of 268.27º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9261C9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14697201-
CMYK0.270.5200.21
HSL268.27º49.06%58.43%-
HSV(B)268.27º51.74%78.82%-
XYZ26.6718.8857.5-
YUV123.51171.73144.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 97 (38.28% from 255) = 21.85%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=32.88%
G=21.85%
B=45.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146972010.270.5200.21268.2749.0658.43
Hex9261C91B3401510c313a
Octal22214131133640254146172
Binary1001001011000011100100111011110100010101100001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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