#925FCA

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

Shades of Amethyst #925FCA

Tints of Amethyst #925FCA

Color information

#925FCA (or 0x925FCA) is unknown color: approx Amethyst. HEX triplet: 92, 5F and CA. RGB value is (146,95,202). Sum of RGB (Red+Green+Blue) = 146+95+202=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #925FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FCA is #6DA035. Grayscale: #7A7A7A. Windows color (decimal): -7184438 or 13262738. OLE color: 13262738.

HSL color Cylindrical-coordinate representation of color #925FCA: hue angle of 268.6º 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 #925FCA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14695202-
CMYK0.280.5300.21
HSL268.6º50.23%58.24%-
HSV(B)268.6º52.97%79.22%-
XYZ26.6118.5658.06-
YUV122.45172.9144.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=32.96%
G=21.44%
B=45.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146952020.280.5300.21268.650.2358.24
Hex925FCA1C3501510d323a
Octal22213731234650254156272
Binary1001001010111111100101011100110101010101100001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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