#925AC9

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

Shades of Amethyst #925AC9

Tints of Amethyst #925AC9

Color information

#925AC9 (or 0x925AC9) is unknown color: approx Amethyst. HEX triplet: 92, 5A and C9. RGB value is (146,90,201). Sum of RGB (Red+Green+Blue) = 146+90+201=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #925AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925AC9 is #6DA536. Grayscale: #777777. Windows color (decimal): -7185719 or 13195922. OLE color: 13195922.

HSL color Cylindrical-coordinate representation of color #925AC9: hue angle of 270.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #925AC9 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14690201-
CMYK0.270.5500.21
HSL270.27º50.68%57.06%-
HSV(B)270.27º55.22%78.82%-
XYZ26.0517.6457.29-
YUV119.4174.05146.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=33.41%
G=20.59%
B=46.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146902010.270.5500.21270.2750.6857.06
Hex925AC91B3701510e3339
Octal22213231133670254166371
Binary1001001010110101100100111011110111010101100001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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