#8555D0

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

Shades of Amethyst #8555D0

Tints of Amethyst #8555D0

Color information

#8555D0 (or 0x8555D0) is unknown color: approx Amethyst. HEX triplet: 85, 55 and D0. RGB value is (133,85,208). Sum of RGB (Red+Green+Blue) = 133+85+208=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #8555D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555D0 is #7AAA2F. Grayscale: #707070. Windows color (decimal): -8038960 or 13653381. OLE color: 13653381.

HSL color Cylindrical-coordinate representation of color #8555D0: hue angle of 263.41º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8555D0 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13385208-
CMYK0.360.5900.18
HSL263.41º56.68%57.45%-
HSV(B)263.41º59.13%81.57%-
XYZ24.3116.0461.49-
YUV113.37181.4142-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=31.22%
G=19.95%
B=48.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133852080.360.5900.18263.4156.6857.45
Hex8555D0243B0121073939
Octal20512532044730224077171
Binary10000101101010111010000100100111011010010100000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8555D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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