#8B53D7

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

Shades of Amethyst #8B53D7

Tints of Amethyst #8B53D7

Color information

#8B53D7 (or 0x8B53D7) is unknown color: approx Amethyst. HEX triplet: 8B, 53 and D7. RGB value is (139,83,215). Sum of RGB (Red+Green+Blue) = 139+83+215=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B53D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53D7 is #74AC28. Grayscale: #727272. Windows color (decimal): -7646249 or 14111627. OLE color: 14111627.

HSL color Cylindrical-coordinate representation of color #8B53D7: hue angle of 265.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B53D7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13983215-
CMYK0.350.6100.16
HSL265.45º62.26%58.43%-
HSV(B)265.45º61.4%84.31%-
XYZ26.0116.5866.12-
YUV114.79184.55145.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 215 (84.38% from 255) = 49.20%
R=31.81%
G=18.99%
B=49.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139832150.350.6100.16265.4562.2658.43
Hex8B53D7233D0101093e3a
Octal21312332743750204117672
Binary10001011101001111010111100011111101010000100001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,215); }

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

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

 a { background-color: rgb(139,83,215); }

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

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

 span { border-color: rgb(139,83,215); }

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