Html Css Color HEX #8F53D6 Amethyst

📋 copy color: '#8F53D6'

red 143 ◦ green 83 ◦ blue 214

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

Shades of Amethyst #8F53D6

Tints of Amethyst #8F53D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 32.5%
G = 18.86%
B = 48.64%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8F53D6 (or 0x8F53D6) is known color: Amethyst. HEX triplet: 8F, 53 and D6. RGB value is (143,83,214). Sum of RGB (Red+Green+Blue) = 143+83+214=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F53D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53D6 is #70AC29. Grayscale: #737373. Windows color (decimal): -7384106 or 14046095. OLE color: 14046095.

HSL color Cylindrical-coordinate representation of color #8F53D6: hue angle of 267.48º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F53D6 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 83 214 -
CMYK 0.33 0.61 0 0.16
HSL 267.48º 0.62% 0.58% -
HSV(B) 267.48º 0.61% 0.84% -
XYZ 26.56 16.88 65.48 -
YUV 115.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 143 83 214 0.33 0.61 0 0.16 267.48 0.62 0.58
Hex 8F 53 D6 21 3D 0 10 10B 3E 3A
Octal 217 123 326 41 75 0 20 413 76 72
Binary 10001111 1010011 11010110 100001 111101 0 10000 100001011 111110 111010

Color Harmonies of #8F53D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F53D6

Black with #8F53D6

Text Example


Text Example

White with #8F53D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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