#9754CE

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

Shades of Amethyst #9754CE

Tints of Amethyst #9754CE

Color information

#9754CE (or 0x9754CE) is unknown color: approx Amethyst. HEX triplet: 97, 54 and CE. RGB value is (151,84,206). Sum of RGB (Red+Green+Blue) = 151+84+206=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9754CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754CE is #68AB31. Grayscale: #757575. Windows color (decimal): -6859570 or 13522071. OLE color: 13522071.

HSL color Cylindrical-coordinate representation of color #9754CE: hue angle of 272.95º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9754CE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15184206-
CMYK0.270.5900.19
HSL272.95º55.45%56.86%-
HSV(B)272.95º59.22%80.78%-
XYZ27.0717.3860.32-
YUV117.94177.7151.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=34.24%
G=19.05%
B=46.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151842060.270.5900.19272.9555.4556.86
Hex9754CE1B3B0131113739
Octal22712431633730234216771
Binary1001011110101001100111011011111011010011100010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9754CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9754CE; }

 p { color: rgb(151,84,206); }

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

<style>
 a { background-color: #9754CE; }

 a { background-color: rgb(151,84,206); }

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

<style>
 span { border-color: #9754CE; }

 span { border-color: rgb(151,84,206); }

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