Html Css Color HEX #8D5DCD Amethyst

📋 copy color: '#8D5DCD'

red 141 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #8D5DCD

Tints of Amethyst #8D5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 32.12%
G = 21.18%
B = 46.7%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D5DCD (or 0x8D5DCD) is known color: Amethyst. HEX triplet: 8D, 5D and CD. RGB value is (141,93,205). Sum of RGB (Red+Green+Blue) = 141+93+205=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCD is #72A232. Grayscale: #777777. Windows color (decimal): -7512627 or 13458829. OLE color: 13458829.

HSL color Cylindrical-coordinate representation of color #8D5DCD: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5DCD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 93 205 -
CMYK 0.31 0.55 0 0.20
HSL 265.71º 0.53% 0.58% -
HSV(B) 265.71º 0.55% 0.8% -
XYZ 25.92 17.9 59.85 -
YUV 120.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 141 93 205 0.31 0.55 0 0.20 265.71 0.53 0.58
Hex 8D 5D CD 1F 37 0 14 10A 35 3A
Octal 215 135 315 37 67 0 24 412 65 72
Binary 10001101 1011101 11001101 11111 110111 0 10100 100001010 110101 111010

Color Harmonies of #8D5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5DCD

Black with #8D5DCD

Text Example


Text Example

White with #8D5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,93,205); }

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

background-color css

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

 a { background-color: rgb(141,93,205); }

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

border-color css

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

 span { border-color: rgb(141,93,205); }

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