#8959CF

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

Shades of Amethyst #8959CF

Tints of Amethyst #8959CF

Color information

#8959CF (or 0x8959CF) is unknown color: approx Amethyst. HEX triplet: 89, 59 and CF. RGB value is (137,89,207). Sum of RGB (Red+Green+Blue) = 137+89+207=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #8959CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959CF is #76A630. Grayscale: #747474. Windows color (decimal): -7775793 or 13588873. OLE color: 13588873.

HSL color Cylindrical-coordinate representation of color #8959CF: hue angle of 264.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8959CF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13789207-
CMYK0.340.5700.19
HSL264.41º55.14%58.04%-
HSV(B)264.41º57%81.18%-
XYZ25.1516.9760.98-
YUV116.8178.9142.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=31.64%
G=20.55%
B=47.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137892070.340.5700.19264.4155.1458.04
Hex8959CF2239013108373a
Octal21113131742710234106772
Binary10001001101100111001111100010111001010011100001000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8959CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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