#9756E5

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

Shades of Amethyst #9756E5

Tints of Amethyst #9756E5

Color information

#9756E5 (or 0x9756E5) is unknown color: approx Amethyst. HEX triplet: 97, 56 and E5. RGB value is (151,86,229). Sum of RGB (Red+Green+Blue) = 151+86+229=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #9756E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756E5 is #68A91A. Grayscale: #797979. Windows color (decimal): -6859035 or 15029911. OLE color: 15029911.

HSL color Cylindrical-coordinate representation of color #9756E5: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9756E5 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15186229-
CMYK0.340.6200.10
HSL267.27º73.33%61.76%-
HSV(B)267.27º62.45%89.8%-
XYZ30.2318.8976.18-
YUV121.74188.53148.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 229 (89.84% from 255) = 49.14%
R=32.40%
G=18.45%
B=49.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal151862290.340.6200.10267.2773.3361.76
Hex9756E5223E0A10b493e
Octal227126345427601241311176
Binary10010111101011011100101100010111110010101000010111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9756E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9756E5; }

 p { color: rgb(151,86,229); }

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

<style>
 a { background-color: #9756E5; }

 a { background-color: rgb(151,86,229); }

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

<style>
 span { border-color: #9756E5; }

 span { border-color: rgb(151,86,229); }

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