#8B53D3

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

Shades of Amethyst #8B53D3

Tints of Amethyst #8B53D3

Color information

#8B53D3 (or 0x8B53D3) is unknown color: approx Amethyst. HEX triplet: 8B, 53 and D3. RGB value is (139,83,211). Sum of RGB (Red+Green+Blue) = 139+83+211=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #8B53D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53D3 is #74AC2C. Grayscale: #717171. Windows color (decimal): -7646253 or 13849483. OLE color: 13849483.

HSL color Cylindrical-coordinate representation of color #8B53D3: hue angle of 266.25º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B53D3 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13983211-
CMYK0.340.6100.17
HSL266.25º59.26%57.65%-
HSV(B)266.25º60.66%82.75%-
XYZ25.516.3863.45-
YUV114.34182.55145.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 211 (82.81% from 255) = 48.73%
R=32.10%
G=19.17%
B=48.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal139832110.340.6100.17266.2559.2657.65
Hex8B53D3223D01110a3b3a
Octal21312332342750214127372
Binary10001011101001111010011100010111101010001100001010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B53D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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