#8951DE

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

Shades of Amethyst #8951DE

Tints of Amethyst #8951DE

Color information

#8951DE (or 0x8951DE) is unknown color: approx Amethyst. HEX triplet: 89, 51 and DE. RGB value is (137,81,222). Sum of RGB (Red+Green+Blue) = 137+81+222=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #8951DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951DE is #76AE21. Grayscale: #717171. Windows color (decimal): -7777826 or 14569865. OLE color: 14569865.

HSL color Cylindrical-coordinate representation of color #8951DE: hue angle of 263.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8951DE is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13781222-
CMYK0.380.6400.13
HSL263.83º68.12%59.41%-
HSV(B)263.83º63.51%87.06%-
XYZ26.4416.4870.89-
YUV113.82189.05144.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=31.14%
G=18.41%
B=50.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137812220.380.6400.13263.8368.1259.41
Hex8951DE26400D108443b
Octal2111213364610001541010473
Binary100010011010001110111101001101000000011011000010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8951DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8951DE; }

 p { color: rgb(137,81,222); }

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

<style>
 a { background-color: #8951DE; }

 a { background-color: rgb(137,81,222); }

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

<style>
 span { border-color: #8951DE; }

 span { border-color: rgb(137,81,222); }

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