Html Css Color HEX #8D5AD5 Amethyst

📋 copy color: '#8D5AD5'

red 141 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #8D5AD5

Tints of Amethyst #8D5AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 213 (83.59% from 255) = 47.97%

R = 31.76%
G = 20.27%
B = 47.97%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8D5AD5 (or 0x8D5AD5) is known color: Amethyst. HEX triplet: 8D, 5A and D5. RGB value is (141,90,213). Sum of RGB (Red+Green+Blue) = 141+90+213=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D5AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5AD5 is #72A52A. Grayscale: #767676. Windows color (decimal): -7513387 or 13982349. OLE color: 13982349.

HSL color Cylindrical-coordinate representation of color #8D5AD5: hue angle of 264.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D5AD5 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 90 213 -
CMYK 0.34 0.58 0 0.16
HSL 264.88º 0.59% 0.59% -
HSV(B) 264.88º 0.58% 0.84% -
XYZ 26.65 17.78 64.98 -
YUV 119.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 141 90 213 0.34 0.58 0 0.16 264.88 0.59 0.59
Hex 8D 5A D5 22 3A 0 10 109 3B 3B
Octal 215 132 325 42 72 0 20 411 73 73
Binary 10001101 1011010 11010101 100010 111010 0 10000 100001001 111011 111011

Color Harmonies of #8D5AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5AD5

Black with #8D5AD5

Text Example


Text Example

White with #8D5AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,213); }

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

background-color css

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

 a { background-color: rgb(141,90,213); }

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

border-color css

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

 span { border-color: rgb(141,90,213); }

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