Html Css Color HEX #8D5EBE Amethyst

📋 copy color: '#8D5EBE'

red 141 ◦ green 94 ◦ blue 190

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

Shades of Amethyst #8D5EBE

Tints of Amethyst #8D5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 33.18%
G = 22.12%
B = 44.71%

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

#8D5EBE (or 0x8D5EBE) is known color: Amethyst. HEX triplet: 8D, 5E and BE. RGB value is (141,94,190). Sum of RGB (Red+Green+Blue) = 141+94+190=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EBE is #72A141. Grayscale: #767676. Windows color (decimal): -7512386 or 12476045. OLE color: 12476045.

HSL color Cylindrical-coordinate representation of color #8D5EBE: hue angle of 269.38º degrees, saturation: 0.42, 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 #8D5EBE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 94 190 -
CMYK 0.26 0.51 0 0.25
HSL 269.38º 0.42% 0.56% -
HSV(B) 269.38º 0.51% 0.75% -
XYZ 24.28 17.39 50.79 -
YUV 119 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 141 94 190 0.26 0.51 0 0.25 269.38 0.42 0.56
Hex 8D 5E BE 1A 33 0 19 10D 2A 38
Octal 215 136 276 32 63 0 31 415 52 70
Binary 10001101 1011110 10111110 11010 110011 0 11001 100001101 101010 111000

Color Harmonies of #8D5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5EBE

Black with #8D5EBE

Text Example


Text Example

White with #8D5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,190); }

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

background-color css

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

 a { background-color: rgb(141,94,190); }

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

border-color css

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

 span { border-color: rgb(141,94,190); }

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