#8555CD

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

Shades of Amethyst #8555CD

Tints of Amethyst #8555CD

Color information

#8555CD (or 0x8555CD) is unknown color: approx Amethyst. HEX triplet: 85, 55 and CD. RGB value is (133,85,205). Sum of RGB (Red+Green+Blue) = 133+85+205=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8555CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555CD is #7AAA32. Grayscale: #707070. Windows color (decimal): -8038963 or 13456773. OLE color: 13456773.

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

Color convert

RGB13385205-
CMYK0.350.5900.20
HSL264º54.55%56.86%-
HSV(B)264º58.54%80.39%-
XYZ23.9415.8959.56-
YUV113.03179.9142.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=31.44%
G=20.09%
B=48.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133852050.350.5900.2026454.5556.86
Hex8555CD233B0141083739
Octal20512531543730244106771
Binary10000101101010111001101100011111011010100100001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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