#925EC6

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

Shades of Amethyst #925EC6

Tints of Amethyst #925EC6

Color information

#925EC6 (or 0x925EC6) is unknown color: approx Amethyst. HEX triplet: 92, 5E and C6. RGB value is (146,94,198). Sum of RGB (Red+Green+Blue) = 146+94+198=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #925EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EC6 is #6DA139. Grayscale: #797979. Windows color (decimal): -7184698 or 13000338. OLE color: 13000338.

HSL color Cylindrical-coordinate representation of color #925EC6: hue angle of 270º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925EC6 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14694198-
CMYK0.260.5300.22
HSL270º47.71%57.25%-
HSV(B)270º52.53%77.65%-
XYZ26.0518.1955.56-
YUV121.4171.23145.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=33.33%
G=21.46%
B=45.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146941980.260.5300.2227047.7157.25
Hex925EC61A3501610e3039
Octal22213630632650264166071
Binary1001001010111101100011011010110101010110100001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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