Html Css Color HEX #8F4DCF Amethyst

📋 copy color: '#8F4DCF'

red 143 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #8F4DCF

Tints of Amethyst #8F4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.03%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 33.49%
G = 18.03%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F4DCF (or 0x8F4DCF) is known color: Amethyst. HEX triplet: 8F, 4D and CF. RGB value is (143,77,207). Sum of RGB (Red+Green+Blue) = 143+77+207=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DCF is #70B230. Grayscale: #6F6F6F. Windows color (decimal): -7385649 or 13585807. OLE color: 13585807.

HSL color Cylindrical-coordinate representation of color #8F4DCF: hue angle of 270.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F4DCF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 77 207 -
CMYK 0.31 0.63 0 0.19
HSL 270.46º 0.58% 0.56% -
HSV(B) 270.46º 0.63% 0.81% -
XYZ 25.24 15.65 60.72 -
YUV 111.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 143 77 207 0.31 0.63 0 0.19 270.46 0.58 0.56
Hex 8F 4D CF 1F 3F 0 13 10E 3A 38
Octal 217 115 317 37 77 0 23 416 72 70
Binary 10001111 1001101 11001111 11111 111111 0 10011 100001110 111010 111000

Color Harmonies of #8F4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4DCF

Black with #8F4DCF

Text Example


Text Example

White with #8F4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,77,207); }

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

background-color css

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

 a { background-color: rgb(143,77,207); }

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

border-color css

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

 span { border-color: rgb(143,77,207); }

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