#9757d8

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

Shades of Amethyst #9757D8

Tints of Amethyst #9757D8

Color information

#9757D8 (or 0x9757D8) is unknown color: approx Amethyst. HEX triplet: 97, 57 and D8. RGB value is (151,87,216). Sum of RGB (Red+Green+Blue) = 151+87+216=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #9757D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757D8 is #68A827. Grayscale: #787878. Windows color (decimal): -6858792 or 14178199. OLE color: 14178199.

HSL color Cylindrical-coordinate representation of color #9757D8: hue angle of 269.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9757D8 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15187216-
CMYK0.300.6000.15
HSL269.77º62.32%59.41%-
HSV(B)269.77º59.72%84.71%-
XYZ28.5718.3567-
YUV120.84181.7149.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=33.26%
G=19.16%
B=47.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151872160.300.6000.15269.7762.3259.41
Hex9757D81E3C0F10e3e3b
Octal22712733036740174167673
Binary100101111010111110110001111011110001111100001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9757d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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