#8B53DD

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

Shades of Amethyst #8B53DD

Tints of Amethyst #8B53DD

Color information

#8B53DD (or 0x8B53DD) is unknown color: approx Amethyst. HEX triplet: 8B, 53 and DD. RGB value is (139,83,221). Sum of RGB (Red+Green+Blue) = 139+83+221=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53DD is #74AC22. Grayscale: #727272. Windows color (decimal): -7646243 or 14504843. OLE color: 14504843.

HSL color Cylindrical-coordinate representation of color #8B53DD: hue angle of 264.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B53DD is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13983221-
CMYK0.370.6200.13
HSL264.35º66.99%59.61%-
HSV(B)264.35º62.44%86.67%-
XYZ26.7916.970.26-
YUV115.48187.55144.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=31.38%
G=18.74%
B=49.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139832210.370.6200.13264.3566.9959.61
Hex8B53DD253E0D108433c
Octal213123335457601541010374
Binary10001011101001111011101100101111110011011000010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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