#8550CA

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

Shades of Amethyst #8550CA

Tints of Amethyst #8550CA

Color information

#8550CA (or 0x8550CA) is unknown color: approx Amethyst. HEX triplet: 85, 50 and CA. RGB value is (133,80,202). Sum of RGB (Red+Green+Blue) = 133+80+202=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #8550CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550CA is #7AAF35. Grayscale: #6D6D6D. Windows color (decimal): -8040246 or 13258885. OLE color: 13258885.

HSL color Cylindrical-coordinate representation of color #8550CA: hue angle of 266.07º degrees, saturation: 0.54, 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 #8550CA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13380202-
CMYK0.340.6000.21
HSL266.07º53.51%55.29%-
HSV(B)266.07º60.4%79.22%-
XYZ23.214.9957.55-
YUV109.76180.06144.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=32.05%
G=19.28%
B=48.67%

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
Decimal133802020.340.6000.21266.0753.5155.29
Hex8550CA223C01510a3637
Octal20512031242740254126667
Binary10000101101000011001010100010111100010101100001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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