#9257CA

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

Shades of Amethyst #9257CA

Tints of Amethyst #9257CA

Color information

#9257CA (or 0x9257CA) is unknown color: approx Amethyst. HEX triplet: 92, 57 and CA. RGB value is (146,87,202). Sum of RGB (Red+Green+Blue) = 146+87+202=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #9257CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257CA is #6DA835. Grayscale: #757575. Windows color (decimal): -7186486 or 13260690. OLE color: 13260690.

HSL color Cylindrical-coordinate representation of color #9257CA: hue angle of 270.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9257CA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14687202-
CMYK0.280.5700.21
HSL270.78º52.04%56.67%-
HSV(B)270.78º56.93%79.22%-
XYZ25.9217.1957.83-
YUV117.75175.55148.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=33.56%
G=20%
B=46.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146872020.280.5700.21270.7852.0456.67
Hex9257CA1C3901510f3439
Octal22212731234710254176471
Binary1001001010101111100101011100111001010101100001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9257CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9257CA; }

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

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

<style>
 a { background-color: #9257CA; }

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

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

<style>
 span { border-color: #9257CA; }

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

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