Html Css Color HEX #8D54DC Amethyst

📋 copy color: '#8D54DC'

red 141 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #8D54DC

Tints of Amethyst #8D54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 31.69%
G = 18.88%
B = 49.44%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D54DC (or 0x8D54DC) is known color: Amethyst. HEX triplet: 8D, 54 and DC. RGB value is (141,84,220). Sum of RGB (Red+Green+Blue) = 141+84+220=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54DC is #72AB23. Grayscale: #747474. Windows color (decimal): -7514916 or 14439565. OLE color: 14439565.

HSL color Cylindrical-coordinate representation of color #8D54DC: hue angle of 265.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D54DC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 84 220 -
CMYK 0.36 0.62 0 0.14
HSL 265.15º 0.66% 0.6% -
HSV(B) 265.15º 0.62% 0.86% -
XYZ 27.07 17.17 69.6 -
YUV 116.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 141 84 220 0.36 0.62 0 0.14 265.15 0.66 0.6
Hex 8D 54 DC 24 3E 0 E 109 42 3C
Octal 215 124 334 44 76 0 16 411 102 74
Binary 10001101 1010100 11011100 100100 111110 0 1110 100001001 1000010 111100

Color Harmonies of #8D54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D54DC

Black with #8D54DC

Text Example


Text Example

White with #8D54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,84,220); }

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

background-color css

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

 a { background-color: rgb(141,84,220); }

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

border-color css

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

 span { border-color: rgb(141,84,220); }

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