Html Css Color HEX #8D5FD3 Amethyst

📋 copy color: '#8D5FD3'

red 141 ◦ green 95 ◦ blue 211

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

Shades of Amethyst #8D5FD3

Tints of Amethyst #8D5FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.25%

 BLUE value IS 211 (82.81% from 255) = 47.2%

R = 31.54%
G = 21.25%
B = 47.2%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8D5FD3 (or 0x8D5FD3) is known color: Amethyst. HEX triplet: 8D, 5F and D3. RGB value is (141,95,211). Sum of RGB (Red+Green+Blue) = 141+95+211=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #8D5FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FD3 is #72A02C. Grayscale: #797979. Windows color (decimal): -7512109 or 13852557. OLE color: 13852557.

HSL color Cylindrical-coordinate representation of color #8D5FD3: hue angle of 263.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5FD3 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 95 211 -
CMYK 0.33 0.55 0 0.17
HSL 263.79º 0.57% 0.6% -
HSV(B) 263.79º 0.55% 0.83% -
XYZ 26.83 18.55 63.79 -
YUV 121.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 141 95 211 0.33 0.55 0 0.17 263.79 0.57 0.6
Hex 8D 5F D3 21 37 0 11 108 39 3C
Octal 215 137 323 41 67 0 21 410 71 74
Binary 10001101 1011111 11010011 100001 110111 0 10001 100001000 111001 111100

Color Harmonies of #8D5FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5FD3

Black with #8D5FD3

Text Example


Text Example

White with #8D5FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,95,211); }

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

background-color css

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

 a { background-color: rgb(141,95,211); }

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

border-color css

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

 span { border-color: rgb(141,95,211); }

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