#8955D5

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

Shades of Amethyst #8955D5

Tints of Amethyst #8955D5

Color information

#8955D5 (or 0x8955D5) is unknown color: approx Amethyst. HEX triplet: 89, 55 and D5. RGB value is (137,85,213). Sum of RGB (Red+Green+Blue) = 137+85+213=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #8955D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955D5 is #76AA2A. Grayscale: #727272. Windows color (decimal): -7776811 or 13981065. OLE color: 13981065.

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

Color convert

RGB13785213-
CMYK0.360.6000.16
HSL264.38º60.38%58.43%-
HSV(B)264.38º60.09%83.53%-
XYZ25.5816.6264.81-
YUV115.14183.23143.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=31.49%
G=19.54%
B=48.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137852130.360.6000.16264.3860.3858.43
Hex8955D5243C0101083c3a
Octal21112532544740204107472
Binary10001001101010111010101100100111100010000100001000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8955D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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