Html Css Color HEX #8D52DF Amethyst

📋 copy color: '#8D52DF'

red 141 ◦ green 82 ◦ blue 223

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

Shades of Amethyst #8D52DF

Tints of Amethyst #8D52DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

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

R = 31.61%
G = 18.39%
B = 50%

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

#8D52DF (or 0x8D52DF) is known color: Amethyst. HEX triplet: 8D, 52 and DF. RGB value is (141,82,223). Sum of RGB (Red+Green+Blue) = 141+82+223=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52DF is #72AD20. Grayscale: #737373. Windows color (decimal): -7515425 or 14635661. OLE color: 14635661.

HSL color Cylindrical-coordinate representation of color #8D52DF: hue angle of 265.11º 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 #8D52DF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 82 223 -
CMYK 0.37 0.63 0 0.13
HSL 265.11º 0.69% 0.6% -
HSV(B) 265.11º 0.63% 0.87% -
XYZ 27.32 17.03 71.66 -
YUV 115.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 141 82 223 0.37 0.63 0 0.13 265.11 0.69 0.6
Hex 8D 52 DF 25 3F 0 D 109 45 3C
Octal 215 122 337 45 77 0 15 411 105 74
Binary 10001101 1010010 11011111 100101 111111 0 1101 100001001 1000101 111100

Color Harmonies of #8D52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52DF

Black with #8D52DF

Text Example


Text Example

White with #8D52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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