#8954CF

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

Shades of Amethyst #8954CF

Tints of Amethyst #8954CF

Color information

#8954CF (or 0x8954CF) is unknown color: approx Amethyst. HEX triplet: 89, 54 and CF. RGB value is (137,84,207). Sum of RGB (Red+Green+Blue) = 137+84+207=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #8954CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954CF is #76AB30. Grayscale: #717171. Windows color (decimal): -7777073 or 13587593. OLE color: 13587593.

HSL color Cylindrical-coordinate representation of color #8954CF: hue angle of 265.85º degrees, saturation: 0.56, 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 #8954CF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13784207-
CMYK0.340.5900.19
HSL265.85º56.16%57.06%-
HSV(B)265.85º59.42%81.18%-
XYZ24.7516.1660.85-
YUV113.87180.56144.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=32.01%
G=19.63%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137842070.340.5900.19265.8556.1657.06
Hex8954CF223B01310a3839
Octal21112431742730234127071
Binary10001001101010011001111100010111011010011100001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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