Html Css Color HEX #8E52DF Amethyst

📋 copy color: '#8E52DF'

red 142 ◦ green 82 ◦ blue 223

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

Shades of Amethyst #8E52DF

Tints of Amethyst #8E52DF

RGB

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

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

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

R = 31.77%
G = 18.34%
B = 49.89%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E52DF (or 0x8E52DF) is known color: Amethyst. HEX triplet: 8E, 52 and DF. RGB value is (142,82,223). Sum of RGB (Red+Green+Blue) = 142+82+223=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 82 (32.42% from 255 or 18.34% 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 #8E52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52DF is #71AD20. Grayscale: #737373. Windows color (decimal): -7449889 or 14635662. OLE color: 14635662.

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

Color convert

RGB 142 82 223 -
CMYK 0.36 0.63 0 0.13
HSL 265.53º 0.69% 0.6% -
HSV(B) 265.53º 0.63% 0.87% -
XYZ 27.49 17.11 71.67 -
YUV 116.01 188.38 146.54 -
System Red Green Blue C M Y K H S L
Decimal 142 82 223 0.36 0.63 0 0.13 265.53 0.69 0.6
Hex 8E 52 DF 24 3F 0 D 10A 45 3C
Octal 216 122 337 44 77 0 15 412 105 74
Binary 10001110 1010010 11011111 100100 111111 0 1101 100001010 1000101 111100

Color Harmonies of #8E52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52DF

Black with #8E52DF

Text Example


Text Example

White with #8E52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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