#8957D6

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

Shades of Amethyst #8957D6

Tints of Amethyst #8957D6

Color information

#8957D6 (or 0x8957D6) is unknown color: approx Amethyst. HEX triplet: 89, 57 and D6. RGB value is (137,87,214). Sum of RGB (Red+Green+Blue) = 137+87+214=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #8957D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8957D6 is #76A829. Grayscale: #737373. Windows color (decimal): -7776298 or 14047113. OLE color: 14047113.

HSL color Cylindrical-coordinate representation of color #8957D6: hue angle of 263.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8957D6 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13787214-
CMYK0.360.5900.16
HSL263.62º60.77%59.02%-
HSV(B)263.62º59.35%83.92%-
XYZ25.8616.9965.53-
YUV116.43183.06142.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 214 (83.98% from 255) = 48.86%
R=31.28%
G=19.86%
B=48.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137872140.360.5900.16263.6260.7759.02
Hex8957D6243B0101083d3b
Octal21112732644730204107573
Binary10001001101011111010110100100111011010000100001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8957D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8957D6; }

 p { color: rgb(137,87,214); }

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

<style>
 a { background-color: #8957D6; }

 a { background-color: rgb(137,87,214); }

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

<style>
 span { border-color: #8957D6; }

 span { border-color: rgb(137,87,214); }

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