#8B56CC

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

Shades of Amethyst #8B56CC

Tints of Amethyst #8B56CC

Color information

#8B56CC (or 0x8B56CC) is unknown color: approx Amethyst. HEX triplet: 8B, 56 and CC. RGB value is (139,86,204). Sum of RGB (Red+Green+Blue) = 139+86+204=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B56CC is #74A933. Grayscale: #727272. Windows color (decimal): -7645492 or 13391499. OLE color: 13391499.

HSL color Cylindrical-coordinate representation of color #8B56CC: hue angle of 266.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B56CC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13986204-
CMYK0.320.5800.2
HSL266.95º53.64%56.86%-
HSV(B)266.95º57.84%80%-
XYZ24.8716.559-
YUV115.3178.06144.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=32.40%
G=20.05%
B=47.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139862040.320.5800.2266.9553.6456.86
Hex8B56CC203A01410b3639
Octal21312631440720244136671
Binary10001011101011011001100100000111010010100100001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,204); }

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

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

 a { background-color: rgb(139,86,204); }

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

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

 span { border-color: rgb(139,86,204); }

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