Html Css Color HEX #8D4DDE Amethyst

📋 copy color: '#8D4DDE'

red 141 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #8D4DDE

Tints of Amethyst #8D4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 32.05%
G = 17.5%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D4DDE (or 0x8D4DDE) is known color: Amethyst. HEX triplet: 8D, 4D and DE. RGB value is (141,77,222). Sum of RGB (Red+Green+Blue) = 141+77+222=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D4DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DDE is #72B221. Grayscale: #707070. Windows color (decimal): -7516706 or 14568845. OLE color: 14568845.

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

Color convert

RGB 141 77 222 -
CMYK 0.36 0.65 0 0.13
HSL 266.48º 0.69% 0.59% -
HSV(B) 266.48º 0.65% 0.87% -
XYZ 26.82 16.24 70.83 -
YUV 112.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 141 77 222 0.36 0.65 0 0.13 266.48 0.69 0.59
Hex 8D 4D DE 24 41 0 D 10A 45 3B
Octal 215 115 336 44 101 0 15 412 105 73
Binary 10001101 1001101 11011110 100100 1000001 0 1101 100001010 1000101 111011

Color Harmonies of #8D4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DDE

Black with #8D4DDE

Text Example


Text Example

White with #8D4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,77,222); }

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

background-color css

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

 a { background-color: rgb(141,77,222); }

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

border-color css

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

 span { border-color: rgb(141,77,222); }

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