Html Css Color HEX #8F53CF Amethyst

📋 copy color: '#8F53CF'

red 143 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #8F53CF

Tints of Amethyst #8F53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 33.03%
G = 19.17%
B = 47.81%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F53CF (or 0x8F53CF) is known color: Amethyst. HEX triplet: 8F, 53 and CF. RGB value is (143,83,207). Sum of RGB (Red+Green+Blue) = 143+83+207=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53CF is #70AC30. Grayscale: #727272. Windows color (decimal): -7384113 or 13587343. OLE color: 13587343.

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

Color convert

RGB 143 83 207 -
CMYK 0.31 0.60 0 0.19
HSL 269.03º 0.56% 0.57% -
HSV(B) 269.03º 0.6% 0.81% -
XYZ 25.68 16.53 60.87 -
YUV 115.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 143 83 207 0.31 0.60 0 0.19 269.03 0.56 0.57
Hex 8F 53 CF 1F 3C 0 13 10D 38 39
Octal 217 123 317 37 74 0 23 415 70 71
Binary 10001111 1010011 11001111 11111 111100 0 10011 100001101 111000 111001

Color Harmonies of #8F53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F53CF

Black with #8F53CF

Text Example


Text Example

White with #8F53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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