#925EC8

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

Shades of Amethyst #925EC8

Tints of Amethyst #925EC8

Color information

#925EC8 (or 0x925EC8) is unknown color: approx Amethyst. HEX triplet: 92, 5E and C8. RGB value is (146,94,200). Sum of RGB (Red+Green+Blue) = 146+94+200=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #925EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EC8 is #6DA137. Grayscale: #797979. Windows color (decimal): -7184696 or 13131410. OLE color: 13131410.

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

Color convert

RGB14694200-
CMYK0.270.5300.22
HSL269.43º49.07%57.65%-
HSV(B)269.43º53%78.43%-
XYZ26.2818.2956.79-
YUV121.63172.23145.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=33.18%
G=21.36%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146942000.270.5300.22269.4349.0757.65
Hex925EC81B3501610d313a
Octal22213631033650264156172
Binary1001001010111101100100011011110101010110100001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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