#9757CA

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

Shades of Amethyst #9757CA

Tints of Amethyst #9757CA

Color information

#9757CA (or 0x9757CA) is unknown color: approx Amethyst. HEX triplet: 97, 57 and CA. RGB value is (151,87,202). Sum of RGB (Red+Green+Blue) = 151+87+202=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #9757CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757CA is #68A835. Grayscale: #767676. Windows color (decimal): -6858806 or 13260695. OLE color: 13260695.

HSL color Cylindrical-coordinate representation of color #9757CA: hue angle of 273.39º 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 #9757CA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15187202-
CMYK0.250.5700.21
HSL273.39º52.04%56.67%-
HSV(B)273.39º56.93%79.22%-
XYZ26.8317.6657.87-
YUV119.25174.7150.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=34.32%
G=19.77%
B=45.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151872020.250.5700.21273.3952.0456.67
Hex9757CA19390151113439
Octal22712731231710254216471
Binary1001011110101111100101011001111001010101100010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9757CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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