#8954CD

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

Shades of Amethyst #8954CD

Tints of Amethyst #8954CD

Color information

#8954CD (or 0x8954CD) is unknown color: approx Amethyst. HEX triplet: 89, 54 and CD. RGB value is (137,84,205). Sum of RGB (Red+Green+Blue) = 137+84+205=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #8954CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954CD is #76AB32. Grayscale: #717171. Windows color (decimal): -7777075 or 13456521. OLE color: 13456521.

HSL color Cylindrical-coordinate representation of color #8954CD: hue angle of 266.28º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8954CD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13784205-
CMYK0.330.5900.20
HSL266.28º54.75%56.67%-
HSV(B)266.28º59.02%80.39%-
XYZ24.5116.0759.57-
YUV113.64179.56144.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=32.16%
G=19.72%
B=48.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137842050.330.5900.20266.2854.7556.67
Hex8954CD213B01410a3739
Octal21112431541730244126771
Binary10001001101010011001101100001111011010100100001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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