Html Css Color HEX #8E52CF Amethyst

📋 copy color: '#8E52CF'

red 142 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #8E52CF

Tints of Amethyst #8E52CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 32.95%
G = 19.03%
B = 48.03%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E52CF (or 0x8E52CF) is known color: Amethyst. HEX triplet: 8E, 52 and CF. RGB value is (142,82,207). Sum of RGB (Red+Green+Blue) = 142+82+207=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52CF is #71AD30. Grayscale: #717171. Windows color (decimal): -7449905 or 13587086. OLE color: 13587086.

HSL color Cylindrical-coordinate representation of color #8E52CF: hue angle of 268.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E52CF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 82 207 -
CMYK 0.31 0.60 0 0.19
HSL 268.8º 0.57% 0.57% -
HSV(B) 268.8º 0.6% 0.81% -
XYZ 25.44 16.29 60.84 -
YUV 114.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 142 82 207 0.31 0.60 0 0.19 268.8 0.57 0.57
Hex 8E 52 CF 1F 3C 0 13 10D 39 39
Octal 216 122 317 37 74 0 23 415 71 71
Binary 10001110 1010010 11001111 11111 111100 0 10011 100001101 111001 111001

Color Harmonies of #8E52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E52CF

Black with #8E52CF

Text Example


Text Example

White with #8E52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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