#9250DF

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

Shades of Amethyst #9250DF

Tints of Amethyst #9250DF

Color information

#9250DF (or 0x9250DF) is unknown color: approx Amethyst. HEX triplet: 92, 50 and DF. RGB value is (146,80,223). Sum of RGB (Red+Green+Blue) = 146+80+223=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #9250DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250DF is #6DAF20. Grayscale: #737373. Windows color (decimal): -7188257 or 14635154. OLE color: 14635154.

HSL color Cylindrical-coordinate representation of color #9250DF: hue angle of 267.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9250DF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14680223-
CMYK0.350.6400.13
HSL267.69º69.08%59.41%-
HSV(B)267.69º64.13%87.45%-
XYZ28.0417.1871.65-
YUV116.04188.37149.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=32.52%
G=17.82%
B=49.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146802230.350.6400.13267.6969.0859.41
Hex9250DF23400D10c453b
Octal2221203374310001541410573
Binary100100101010000110111111000111000000011011000011001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9250DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9250DF; }

 p { color: rgb(146,80,223); }

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

<style>
 a { background-color: #9250DF; }

 a { background-color: rgb(146,80,223); }

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

<style>
 span { border-color: #9250DF; }

 span { border-color: rgb(146,80,223); }

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