#8B53D9

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

Shades of Amethyst #8B53D9

Tints of Amethyst #8B53D9

Color information

#8B53D9 (or 0x8B53D9) is unknown color: approx Amethyst. HEX triplet: 8B, 53 and D9. RGB value is (139,83,217). Sum of RGB (Red+Green+Blue) = 139+83+217=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B53D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53D9 is #74AC26. Grayscale: #727272. Windows color (decimal): -7646247 or 14242699. OLE color: 14242699.

HSL color Cylindrical-coordinate representation of color #8B53D9: hue angle of 265.07º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B53D9 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13983217-
CMYK0.360.6200.15
HSL265.07º63.81%58.82%-
HSV(B)265.07º61.75%85.1%-
XYZ26.2716.6967.48-
YUV115.02185.55145.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 217 (85.16% from 255) = 49.43%
R=31.66%
G=18.91%
B=49.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139832170.360.6200.15265.0763.8158.82
Hex8B53D9243E0F109403b
Octal213123331447601741110073
Binary10001011101001111011001100100111110011111000010011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B53D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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