#8D53CD

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

Shades of Amethyst #8D53CD

Tints of Amethyst #8D53CD

Color information

#8D53CD (or 0x8D53CD) is unknown color: approx Amethyst. HEX triplet: 8D, 53 and CD. RGB value is (141,83,205). Sum of RGB (Red+Green+Blue) = 141+83+205=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D53CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53CD is #72AC32. Grayscale: #717171. Windows color (decimal): -7515187 or 13456269. OLE color: 13456269.

HSL color Cylindrical-coordinate representation of color #8D53CD: hue angle of 268.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D53CD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14183205-
CMYK0.310.6000.20
HSL268.52º54.95%56.47%-
HSV(B)268.52º59.51%80.39%-
XYZ25.116.2659.57-
YUV114.25179.22147.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=32.87%
G=19.35%
B=47.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141832050.310.6000.20268.5254.9556.47
Hex8D53CD1F3C01410d3738
Octal21512331537740244156770
Binary1000110110100111100110111111111100010100100001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,205); }

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

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

 a { background-color: rgb(141,83,205); }

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

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

 span { border-color: rgb(141,83,205); }

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