#9457d7

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

Shades of Amethyst #9457D7

Tints of Amethyst #9457D7

Color information

#9457D7 (or 0x9457D7) is unknown color: approx Amethyst. HEX triplet: 94, 57 and D7. RGB value is (148,87,215). Sum of RGB (Red+Green+Blue) = 148+87+215=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #9457D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457D7 is #6BA828. Grayscale: #777777. Windows color (decimal): -7055401 or 14112660. OLE color: 14112660.

HSL color Cylindrical-coordinate representation of color #9457D7: hue angle of 268.59º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9457D7 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14887215-
CMYK0.310.6000.16
HSL268.59º61.54%59.22%-
HSV(B)268.59º59.53%84.31%-
XYZ27.8918.0266.3-
YUV119.83181.71148.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 215 (84.38% from 255) = 47.78%
R=32.89%
G=19.33%
B=47.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148872150.310.6000.16268.5961.5459.22
Hex9457D71F3C01010d3e3b
Octal22412732737740204157673
Binary1001010010101111101011111111111100010000100001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9457d7; }

 p { color: rgb(148,87,215); }

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

<style>
 a { background-color: #9457d7; }

 a { background-color: rgb(148,87,215); }

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

<style>
 span { border-color: #9457d7; }

 span { border-color: rgb(148,87,215); }

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