#9269D0

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

Shades of Amethyst #9269D0

Tints of Amethyst #9269D0

Color information

#9269D0 (or 0x9269D0) is unknown color: approx Amethyst. HEX triplet: 92, 69 and D0. RGB value is (146,105,208). Sum of RGB (Red+Green+Blue) = 146+105+208=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #9269D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269D0 is #6D962F. Grayscale: #808080. Windows color (decimal): -7181872 or 13658514. OLE color: 13658514.

HSL color Cylindrical-coordinate representation of color #9269D0: hue angle of 263.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9269D0 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146105208-
CMYK0.300.5000.18
HSL263.88º52.28%61.37%-
HSV(B)263.88º49.52%81.57%-
XYZ28.2920.7762.19-
YUV129172.58140.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=31.81%
G=22.88%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461052080.300.5000.18263.8852.2861.37
Hex9269D01E32012108343d
Octal22215132036620224106475
Binary1001001011010011101000011110110010010010100001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9269D0; }

 p { color: rgb(146,105,208); }

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

<style>
 a { background-color: #9269D0; }

 a { background-color: rgb(146,105,208); }

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

<style>
 span { border-color: #9269D0; }

 span { border-color: rgb(146,105,208); }

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