#8550C9

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

Shades of Amethyst #8550C9

Tints of Amethyst #8550C9

Color information

#8550C9 (or 0x8550C9) is unknown color: approx Amethyst. HEX triplet: 85, 50 and C9. RGB value is (133,80,201). Sum of RGB (Red+Green+Blue) = 133+80+201=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #8550C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550C9 is #7AAF36. Grayscale: #6D6D6D. Windows color (decimal): -8040247 or 13193349. OLE color: 13193349.

HSL color Cylindrical-coordinate representation of color #8550C9: hue angle of 266.28º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8550C9 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13380201-
CMYK0.340.6000.21
HSL266.28º52.84%55.1%-
HSV(B)266.28º60.2%78.82%-
XYZ23.0814.9456.93-
YUV109.64179.56144.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=32.13%
G=19.32%
B=48.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133802010.340.6000.21266.2852.8455.1
Hex8550C9223C01510a3537
Octal20512031142740254126567
Binary10000101101000011001001100010111100010101100001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8550C9; }

 p { color: rgb(133,80,201); }

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

<style>
 a { background-color: #8550C9; }

 a { background-color: rgb(133,80,201); }

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

<style>
 span { border-color: #8550C9; }

 span { border-color: rgb(133,80,201); }

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