#925fc9

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

Shades of Amethyst #925FC9

Tints of Amethyst #925FC9

Color information

#925FC9 (or 0x925FC9) is unknown color: approx Amethyst. HEX triplet: 92, 5F and C9. RGB value is (146,95,201). Sum of RGB (Red+Green+Blue) = 146+95+201=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #925FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FC9 is #6DA036. Grayscale: #797979. Windows color (decimal): -7184439 or 13197202. OLE color: 13197202.

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

Color convert

RGB14695201-
CMYK0.270.5300.21
HSL268.87º49.53%58.04%-
HSV(B)268.87º52.74%78.82%-
XYZ26.4918.5157.44-
YUV122.33172.4144.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=33.03%
G=21.49%
B=45.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146952010.270.5300.21268.8749.5358.04
Hex925FC91B3501510d323a
Octal22213731133650254156272
Binary1001001010111111100100111011110101010101100001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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