#8951D5

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

Shades of Amethyst #8951D5

Tints of Amethyst #8951D5

Color information

#8951D5 (or 0x8951D5) is unknown color: approx Amethyst. HEX triplet: 89, 51 and D5. RGB value is (137,81,213). Sum of RGB (Red+Green+Blue) = 137+81+213=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #8951D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951D5 is #76AE2A. Grayscale: #707070. Windows color (decimal): -7777835 or 13980041. OLE color: 13980041.

HSL color Cylindrical-coordinate representation of color #8951D5: hue angle of 265.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8951D5 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13781213-
CMYK0.360.6200.16
HSL265.45º61.11%57.65%-
HSV(B)265.45º61.97%83.53%-
XYZ25.2716.0164.71-
YUV112.79184.55145.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=31.79%
G=18.79%
B=49.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137812130.360.6200.16265.4561.1157.65
Hex8951D5243E0101093d3a
Octal21112132544760204117572
Binary10001001101000111010101100100111110010000100001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8951D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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