#8B54CC

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

Shades of Amethyst #8B54CC

Tints of Amethyst #8B54CC

Color information

#8B54CC (or 0x8B54CC) is unknown color: approx Amethyst. HEX triplet: 8B, 54 and CC. RGB value is (139,84,204). Sum of RGB (Red+Green+Blue) = 139+84+204=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B54CC is #74AB33. Grayscale: #717171. Windows color (decimal): -7646004 or 13390987. OLE color: 13390987.

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

Color convert

RGB13984204-
CMYK0.320.5900.2
HSL267.5º54.05%56.47%-
HSV(B)267.5º58.82%80%-
XYZ24.7216.1958.95-
YUV114.12178.72145.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=32.55%
G=19.67%
B=47.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139842040.320.5900.2267.554.0556.47
Hex8B54CC203B01410c3638
Octal21312431440730244146670
Binary10001011101010011001100100000111011010100100001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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