#925ED9

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

Shades of Amethyst #925ED9

Tints of Amethyst #925ED9

Color information

#925ED9 (or 0x925ED9) is unknown color: approx Amethyst. HEX triplet: 92, 5E and D9. RGB value is (146,94,217). Sum of RGB (Red+Green+Blue) = 146+94+217=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #925ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ED9 is #6DA126. Grayscale: #7B7B7B. Windows color (decimal): -7184679 or 14245522. OLE color: 14245522.

HSL color Cylindrical-coordinate representation of color #925ED9: hue angle of 265.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925ED9 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14694217-
CMYK0.330.5700.15
HSL265.37º61.81%60.98%-
HSV(B)265.37º56.68%85.1%-
XYZ28.3819.1367.84-
YUV123.57180.73144-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=31.95%
G=20.57%
B=47.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146942170.330.5700.15265.3761.8160.98
Hex925ED921390F1093e3d
Octal22213633141710174117675
Binary1001001010111101101100110000111100101111100001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925ED9; }

 p { color: rgb(146,94,217); }

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

<style>
 a { background-color: #925ED9; }

 a { background-color: rgb(146,94,217); }

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

<style>
 span { border-color: #925ED9; }

 span { border-color: rgb(146,94,217); }

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