#925DCA

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

Shades of Amethyst #925DCA

Tints of Amethyst #925DCA

Color information

#925DCA (or 0x925DCA) is unknown color: approx Amethyst. HEX triplet: 92, 5D and CA. RGB value is (146,93,202). Sum of RGB (Red+Green+Blue) = 146+93+202=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #925DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DCA is #6DA235. Grayscale: #787878. Windows color (decimal): -7184950 or 13262226. OLE color: 13262226.

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

Color convert

RGB14693202-
CMYK0.280.5400.21
HSL269.17º50.7%57.84%-
HSV(B)269.17º53.96%79.22%-
XYZ26.4318.258-
YUV121.27173.56145.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=33.11%
G=21.09%
B=45.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146932020.280.5400.21269.1750.757.84
Hex925DCA1C3601510d333a
Octal22213531234660254156372
Binary1001001010111011100101011100110110010101100001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,202); }

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

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

 a { background-color: rgb(146,93,202); }

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

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

 span { border-color: rgb(146,93,202); }

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