#8B55DC

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

Shades of Amethyst #8B55DC

Tints of Amethyst #8B55DC

Color information

#8B55DC (or 0x8B55DC) is unknown color: approx Amethyst. HEX triplet: 8B, 55 and DC. RGB value is (139,85,220). Sum of RGB (Red+Green+Blue) = 139+85+220=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55DC is #74AA23. Grayscale: #747474. Windows color (decimal): -7645732 or 14439819. OLE color: 14439819.

HSL color Cylindrical-coordinate representation of color #8B55DC: hue angle of 264º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B55DC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13985220-
CMYK0.370.6100.14
HSL264º65.85%59.8%-
HSV(B)264º61.36%86.27%-
XYZ26.8117.1569.61-
YUV116.54186.39144.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=31.31%
G=19.14%
B=49.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139852200.370.6100.1426465.8559.8
Hex8B55DC253D0E108423c
Octal213125334457501641010274
Binary10001011101010111011100100101111101011101000010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B55DC; }

 p { color: rgb(139,85,220); }

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

<style>
 a { background-color: #8B55DC; }

 a { background-color: rgb(139,85,220); }

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

<style>
 span { border-color: #8B55DC; }

 span { border-color: rgb(139,85,220); }

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