Html Css Color HEX #8D53CF Amethyst

📋 copy color: '#8D53CF'

red 141 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #8D53CF

Tints of Amethyst #8D53CF

RGB

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

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

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

R = 32.71%
G = 19.26%
B = 48.03%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D53CF (or 0x8D53CF) is known color: Amethyst. HEX triplet: 8D, 53 and CF. RGB value is (141,83,207). Sum of RGB (Red+Green+Blue) = 141+83+207=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 83 (32.81% from 255 or 19.26% 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 #8D53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53CF is #72AC30. Grayscale: #727272. Windows color (decimal): -7515185 or 13587341. OLE color: 13587341.

HSL color Cylindrical-coordinate representation of color #8D53CF: hue angle of 268.06º degrees, saturation: 0.56, 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 #8D53CF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 83 207 -
CMYK 0.32 0.60 0 0.19
HSL 268.06º 0.56% 0.57% -
HSV(B) 268.06º 0.6% 0.81% -
XYZ 25.34 16.35 60.85 -
YUV 114.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 141 83 207 0.32 0.60 0 0.19 268.06 0.56 0.57
Hex 8D 53 CF 20 3C 0 13 10C 38 39
Octal 215 123 317 40 74 0 23 414 70 71
Binary 10001101 1010011 11001111 100000 111100 0 10011 100001100 111000 111001

Color Harmonies of #8D53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D53CF

Black with #8D53CF

Text Example


Text Example

White with #8D53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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