Html Css Color HEX #8D5DBF Amethyst

📋 copy color: '#8D5DBF'

red 141 ◦ green 93 ◦ blue 191

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

Shades of Amethyst #8D5DBF

Tints of Amethyst #8D5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 33.18%
G = 21.88%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D5DBF (or 0x8D5DBF) is known color: Amethyst. HEX triplet: 8D, 5D and BF. RGB value is (141,93,191). Sum of RGB (Red+Green+Blue) = 141+93+191=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DBF is #72A240. Grayscale: #767676. Windows color (decimal): -7512641 or 12541325. OLE color: 12541325.

HSL color Cylindrical-coordinate representation of color #8D5DBF: hue angle of 269.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5DBF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 93 191 -
CMYK 0.26 0.51 0 0.25
HSL 269.39º 0.43% 0.56% -
HSV(B) 269.39º 0.51% 0.75% -
XYZ 24.3 17.25 51.34 -
YUV 118.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 141 93 191 0.26 0.51 0 0.25 269.39 0.43 0.56
Hex 8D 5D BF 1A 33 0 19 10D 2B 38
Octal 215 135 277 32 63 0 31 415 53 70
Binary 10001101 1011101 10111111 11010 110011 0 11001 100001101 101011 111000

Color Harmonies of #8D5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5DBF

Black with #8D5DBF

Text Example


Text Example

White with #8D5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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