Html Css Color HEX #8D4CDD Amethyst

📋 copy color: '#8D4CDD'

red 141 ◦ green 76 ◦ blue 221

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

Shades of Amethyst #8D4CDD

Tints of Amethyst #8D4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 32.19%
G = 17.35%
B = 50.46%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D4CDD (or 0x8D4CDD) is known color: Amethyst. HEX triplet: 8D, 4C and DD. RGB value is (141,76,221). Sum of RGB (Red+Green+Blue) = 141+76+221=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CDD is #72B322. Grayscale: #6F6F6F. Windows color (decimal): -7516963 or 14503053. OLE color: 14503053.

HSL color Cylindrical-coordinate representation of color #8D4CDD: hue angle of 266.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4CDD is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 76 221 -
CMYK 0.36 0.66 0 0.13
HSL 266.9º 0.68% 0.58% -
HSV(B) 266.9º 0.66% 0.87% -
XYZ 26.62 16.05 70.1 -
YUV 111.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 141 76 221 0.36 0.66 0 0.13 266.9 0.68 0.58
Hex 8D 4C DD 24 42 0 D 10B 44 3A
Octal 215 114 335 44 102 0 15 413 104 72
Binary 10001101 1001100 11011101 100100 1000010 0 1101 100001011 1000100 111010

Color Harmonies of #8D4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CDD

Black with #8D4CDD

Text Example


Text Example

White with #8D4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,76,221); }

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

background-color css

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

 a { background-color: rgb(141,76,221); }

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

border-color css

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

 span { border-color: rgb(141,76,221); }

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