Html Css Color HEX #8E52D9 Amethyst

📋 copy color: '#8E52D9'

red 142 ◦ green 82 ◦ blue 217

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

Shades of Amethyst #8E52D9

Tints of Amethyst #8E52D9

RGB

 RED value IS 142 (55.86% from 255) = 32.2%

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

 BLUE value IS 217 (85.16% from 255) = 49.21%

R = 32.2%
G = 18.59%
B = 49.21%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8E52D9 (or 0x8E52D9) is known color: Amethyst. HEX triplet: 8E, 52 and D9. RGB value is (142,82,217). Sum of RGB (Red+Green+Blue) = 142+82+217=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E52D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52D9 is #71AD26. Grayscale: #727272. Windows color (decimal): -7449895 or 14242446. OLE color: 14242446.

HSL color Cylindrical-coordinate representation of color #8E52D9: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E52D9 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 82 217 -
CMYK 0.35 0.62 0 0.15
HSL 266.67º 0.64% 0.59% -
HSV(B) 266.67º 0.62% 0.85% -
XYZ 26.7 16.8 67.48 -
YUV 115.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 142 82 217 0.35 0.62 0 0.15 266.67 0.64 0.59
Hex 8E 52 D9 23 3E 0 F 10B 40 3B
Octal 216 122 331 43 76 0 17 413 100 73
Binary 10001110 1010010 11011001 100011 111110 0 1111 100001011 1000000 111011

Color Harmonies of #8E52D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52D9

Black with #8E52D9

Text Example


Text Example

White with #8E52D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,217); }

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

background-color css

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

 a { background-color: rgb(142,82,217); }

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

border-color css

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

 span { border-color: rgb(142,82,217); }

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