Html Css Color HEX #8D53DF Amethyst

📋 copy color: '#8D53DF'

red 141 ◦ green 83 ◦ blue 223

#8D53DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8D53DF

Tints of Amethyst #8D53DF

RGB

 RED value IS 141 (55.47% from 255) = 31.54%

 GREEN value IS 83 (32.81% from 255) = 18.57%

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 31.54%
G = 18.57%
B = 49.89%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D53DF (or 0x8D53DF) is known color: Amethyst. HEX triplet: 8D, 53 and DF. RGB value is (141,83,223). Sum of RGB (Red+Green+Blue) = 141+83+223=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D53DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53DF is #72AC20. Grayscale: #737373. Windows color (decimal): -7515169 or 14635917. OLE color: 14635917.

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

Color convert

RGB 141 83 223 -
CMYK 0.37 0.63 0 0.13
HSL 264.86º 0.69% 0.6% -
HSV(B) 264.86º 0.63% 0.87% -
XYZ 27.4 17.18 71.68 -
YUV 116.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 141 83 223 0.37 0.63 0 0.13 264.86 0.69 0.6
Hex 8D 53 DF 25 3F 0 D 109 45 3C
Octal 215 123 337 45 77 0 15 411 105 74
Binary 10001101 1010011 11011111 100101 111111 0 1101 100001001 1000101 111100

Color Harmonies of #8D53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D53DF

Black with #8D53DF

Text Example


Text Example

White with #8D53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D53DF;
 }
 .AnyTagClassName
 {
   color: #8D53DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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