#8553C5

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

Shades of Amethyst #8553C5

Tints of Amethyst #8553C5

Color information

#8553C5 (or 0x8553C5) is unknown color: approx Amethyst. HEX triplet: 85, 53 and C5. RGB value is (133,83,197). Sum of RGB (Red+Green+Blue) = 133+83+197=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #8553C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553C5 is #7AAC3A. Grayscale: #6E6E6E. Windows color (decimal): -8039483 or 12931973. OLE color: 12931973.

HSL color Cylindrical-coordinate representation of color #8553C5: hue angle of 266.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8553C5 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13383197-
CMYK0.320.5800.23
HSL266.32º49.57%54.9%-
HSV(B)266.32º57.87%77.25%-
XYZ22.8415.254.55-
YUV110.95176.56143.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 197 (77.34% from 255) = 47.70%
R=32.20%
G=20.10%
B=47.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133831970.320.5800.23266.3249.5754.9
Hex8553C5203A01710a3237
Octal20512330540720274126267
Binary10000101101001111000101100000111010010111100001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8553C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8553C5; }

 p { color: rgb(133,83,197); }

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

<style>
 a { background-color: #8553C5; }

 a { background-color: rgb(133,83,197); }

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

<style>
 span { border-color: #8553C5; }

 span { border-color: rgb(133,83,197); }

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