Html Css Color HEX #8F5EBE Amethyst

📋 copy color: '#8F5EBE'

red 143 ◦ green 94 ◦ blue 190

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

Shades of Amethyst #8F5EBE

Tints of Amethyst #8F5EBE

RGB

 RED value IS 143 (56.25% from 255) = 33.49%

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

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

R = 33.49%
G = 22.01%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F5EBE (or 0x8F5EBE) is known color: Amethyst. HEX triplet: 8F, 5E and BE. RGB value is (143,94,190). Sum of RGB (Red+Green+Blue) = 143+94+190=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5EBE is #70A141. Grayscale: #777777. Windows color (decimal): -7381314 or 12476047. OLE color: 12476047.

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

Color convert

RGB 143 94 190 -
CMYK 0.25 0.51 0 0.25
HSL 270.63º 0.42% 0.56% -
HSV(B) 270.63º 0.51% 0.75% -
XYZ 24.62 17.56 50.81 -
YUV 119.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 143 94 190 0.25 0.51 0 0.25 270.63 0.42 0.56
Hex 8F 5E BE 19 33 0 19 10F 2A 38
Octal 217 136 276 31 63 0 31 417 52 70
Binary 10001111 1011110 10111110 11001 110011 0 11001 100001111 101010 111000

Color Harmonies of #8F5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5EBE

Black with #8F5EBE

Text Example


Text Example

White with #8F5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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