#9266CF

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

Shades of Amethyst #9266CF

Tints of Amethyst #9266CF

Color information

#9266CF (or 0x9266CF) is unknown color: approx Amethyst. HEX triplet: 92, 66 and CF. RGB value is (146,102,207). Sum of RGB (Red+Green+Blue) = 146+102+207=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9266CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266CF is #6D9930. Grayscale: #7E7E7E. Windows color (decimal): -7182641 or 13592210. OLE color: 13592210.

HSL color Cylindrical-coordinate representation of color #9266CF: hue angle of 265.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9266CF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146102207-
CMYK0.290.5100.19
HSL265.14º52.24%60.59%-
HSV(B)265.14º50.72%81.18%-
XYZ27.8720.1261.45-
YUV127.13173.08141.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=32.09%
G=22.42%
B=45.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461022070.290.5100.19265.1452.2460.59
Hex9266CF1D33013109343d
Octal22214631735630234116475
Binary1001001011001101100111111101110011010011100001001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9266CF; }

 p { color: rgb(146,102,207); }

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

<style>
 a { background-color: #9266CF; }

 a { background-color: rgb(146,102,207); }

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

<style>
 span { border-color: #9266CF; }

 span { border-color: rgb(146,102,207); }

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