Html Css Color HEX #8F5EBF Amethyst

📋 copy color: '#8F5EBF'

red 143 ◦ green 94 ◦ blue 191

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

Shades of Amethyst #8F5EBF

Tints of Amethyst #8F5EBF

RGB

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

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

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

R = 33.41%
G = 21.96%
B = 44.63%

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

#8F5EBF (or 0x8F5EBF) is known color: Amethyst. HEX triplet: 8F, 5E and BF. RGB value is (143,94,191). Sum of RGB (Red+Green+Blue) = 143+94+191=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5EBF is #70A140. Grayscale: #777777. Windows color (decimal): -7381313 or 12541583. OLE color: 12541583.

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

Color convert

RGB 143 94 191 -
CMYK 0.25 0.51 0 0.25
HSL 270.31º 0.43% 0.56% -
HSV(B) 270.31º 0.51% 0.75% -
XYZ 24.73 17.61 51.39 -
YUV 119.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 143 94 191 0.25 0.51 0 0.25 270.31 0.43 0.56
Hex 8F 5E BF 19 33 0 19 10E 2B 38
Octal 217 136 277 31 63 0 31 416 53 70
Binary 10001111 1011110 10111111 11001 110011 0 11001 100001110 101011 111000

Color Harmonies of #8F5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5EBF

Black with #8F5EBF

Text Example


Text Example

White with #8F5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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