#9756E1

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

Shades of Amethyst #9756E1

Tints of Amethyst #9756E1

Color information

#9756E1 (or 0x9756E1) is unknown color: approx Amethyst. HEX triplet: 97, 56 and E1. RGB value is (151,86,225). Sum of RGB (Red+Green+Blue) = 151+86+225=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #9756E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756E1 is #68A91E. Grayscale: #787878. Windows color (decimal): -6859039 or 14767767. OLE color: 14767767.

HSL color Cylindrical-coordinate representation of color #9756E1: hue angle of 268.06º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9756E1 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15186225-
CMYK0.330.6200.12
HSL268.06º69.85%60.98%-
HSV(B)268.06º61.78%88.24%-
XYZ29.6818.6773.27-
YUV121.28186.53149.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 86 (33.98% from 255) = 18.61%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=32.68%
G=18.61%
B=48.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151862250.330.6200.12268.0669.8560.98
Hex9756E1213E0C10c463d
Octal227126341417601441410675
Binary10010111101011011100001100001111110011001000011001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9756E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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