#8954D3

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

Shades of Amethyst #8954D3

Tints of Amethyst #8954D3

Color information

#8954D3 (or 0x8954D3) is unknown color: approx Amethyst. HEX triplet: 89, 54 and D3. RGB value is (137,84,211). Sum of RGB (Red+Green+Blue) = 137+84+211=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #8954D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954D3 is #76AB2C. Grayscale: #717171. Windows color (decimal): -7777069 or 13849737. OLE color: 13849737.

HSL color Cylindrical-coordinate representation of color #8954D3: hue angle of 265.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8954D3 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13784211-
CMYK0.350.6000.17
HSL265.04º59.07%57.84%-
HSV(B)265.04º60.19%82.75%-
XYZ25.2416.3663.46-
YUV114.32182.56144.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.71%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 211 (82.81% from 255) = 48.84%
R=31.71%
G=19.44%
B=48.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal137842110.350.6000.17265.0459.0757.84
Hex8954D3233C0111093b3a
Octal21112432343740214117372
Binary10001001101010011010011100011111100010001100001001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8954D3; }

 p { color: rgb(137,84,211); }

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

<style>
 a { background-color: #8954D3; }

 a { background-color: rgb(137,84,211); }

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

<style>
 span { border-color: #8954D3; }

 span { border-color: rgb(137,84,211); }

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