#8553CD

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

Shades of Amethyst #8553CD

Tints of Amethyst #8553CD

Color information

#8553CD (or 0x8553CD) is unknown color: approx Amethyst. HEX triplet: 85, 53 and CD. RGB value is (133,83,205). Sum of RGB (Red+Green+Blue) = 133+83+205=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #8553CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8553CD is #7AAC32. Grayscale: #6F6F6F. Windows color (decimal): -8039475 or 13456261. OLE color: 13456261.

HSL color Cylindrical-coordinate representation of color #8553CD: hue angle of 264.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8553CD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13383205-
CMYK0.350.6000.20
HSL264.59º54.95%56.47%-
HSV(B)264.59º59.51%80.39%-
XYZ23.7915.5859.51-
YUV111.86180.56143.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=31.59%
G=19.71%
B=48.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133832050.350.6000.20264.5954.9556.47
Hex8553CD233C0141093738
Octal20512331543740244116770
Binary10000101101001111001101100011111100010100100001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8553CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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