#9757CD

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

Shades of Amethyst #9757CD

Tints of Amethyst #9757CD

Color information

#9757CD (or 0x9757CD) is unknown color: approx Amethyst. HEX triplet: 97, 57 and CD. RGB value is (151,87,205). Sum of RGB (Red+Green+Blue) = 151+87+205=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9757CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757CD is #68A832. Grayscale: #777777. Windows color (decimal): -6858803 or 13457303. OLE color: 13457303.

HSL color Cylindrical-coordinate representation of color #9757CD: hue angle of 272.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9757CD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15187205-
CMYK0.260.5800.20
HSL272.54º54.13%57.25%-
HSV(B)272.54º57.56%80.39%-
XYZ27.1917.859.76-
YUV119.59176.2150.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=34.09%
G=19.64%
B=46.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151872050.260.5800.20272.5454.1357.25
Hex9757CD1A3A0141113639
Octal22712731532720244216671
Binary1001011110101111100110111010111010010100100010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9757CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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