#8955CE

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

Shades of Amethyst #8955CE

Tints of Amethyst #8955CE

Color information

#8955CE (or 0x8955CE) is unknown color: approx Amethyst. HEX triplet: 89, 55 and CE. RGB value is (137,85,206). Sum of RGB (Red+Green+Blue) = 137+85+206=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #8955CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955CE is #76AA31. Grayscale: #717171. Windows color (decimal): -7776818 or 13522313. OLE color: 13522313.

HSL color Cylindrical-coordinate representation of color #8955CE: hue angle of 265.79º degrees, saturation: 0.55, 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 #8955CE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13785206-
CMYK0.330.5900.19
HSL265.79º55.25%57.06%-
HSV(B)265.79º58.74%80.78%-
XYZ24.7116.2760.23-
YUV114.34179.73144.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=32.01%
G=19.86%
B=48.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137852060.330.5900.19265.7955.2557.06
Hex8955CE213B01310a3739
Octal21112531641730234126771
Binary10001001101010111001110100001111011010011100001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8955CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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