Html Css Color HEX #8D4DCF Amethyst

📋 copy color: '#8D4DCF'

red 141 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #8D4DCF

Tints of Amethyst #8D4DCF

RGB

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

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

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

R = 33.18%
G = 18.12%
B = 48.71%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D4DCF (or 0x8D4DCF) is known color: Amethyst. HEX triplet: 8D, 4D and CF. RGB value is (141,77,207). Sum of RGB (Red+Green+Blue) = 141+77+207=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DCF is #72B230. Grayscale: #6E6E6E. Windows color (decimal): -7516721 or 13585805. OLE color: 13585805.

HSL color Cylindrical-coordinate representation of color #8D4DCF: hue angle of 269.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D4DCF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 77 207 -
CMYK 0.32 0.63 0 0.19
HSL 269.54º 0.58% 0.56% -
HSV(B) 269.54º 0.63% 0.81% -
XYZ 24.9 15.48 60.71 -
YUV 110.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 141 77 207 0.32 0.63 0 0.19 269.54 0.58 0.56
Hex 8D 4D CF 20 3F 0 13 10E 3A 38
Octal 215 115 317 40 77 0 23 416 72 70
Binary 10001101 1001101 11001111 100000 111111 0 10011 100001110 111010 111000

Color Harmonies of #8D4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DCF

Black with #8D4DCF

Text Example


Text Example

White with #8D4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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