#8D52D3

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

Shades of Amethyst #8D52D3

Tints of Amethyst #8D52D3

Color information

#8D52D3 (or 0x8D52D3) is unknown color: approx Amethyst. HEX triplet: 8D, 52 and D3. RGB value is (141,82,211). Sum of RGB (Red+Green+Blue) = 141+82+211=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #8D52D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52D3 is #72AD2C. Grayscale: #717171. Windows color (decimal): -7515437 or 13849229. OLE color: 13849229.

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

Color convert

RGB14182211-
CMYK0.330.6100.17
HSL267.44º59.45%57.45%-
HSV(B)267.44º61.14%82.75%-
XYZ25.7616.463.44-
YUV114.35182.55147.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 211 (82.81% from 255) = 48.62%
R=32.49%
G=18.89%
B=48.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141822110.330.6100.17267.4459.4557.45
Hex8D52D3213D01110b3b39
Octal21512232341750214137371
Binary10001101101001011010011100001111101010001100001011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D52D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,211); }

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

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

 a { background-color: rgb(141,82,211); }

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

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

 span { border-color: rgb(141,82,211); }

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