Html Css Color HEX #8F53DE Amethyst

📋 copy color: '#8F53DE'

red 143 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #8F53DE

Tints of Amethyst #8F53DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 31.92%
G = 18.53%
B = 49.55%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F53DE (or 0x8F53DE) is known color: Amethyst. HEX triplet: 8F, 53 and DE. RGB value is (143,83,222). Sum of RGB (Red+Green+Blue) = 143+83+222=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53DE is #70AC21. Grayscale: #747474. Windows color (decimal): -7384098 or 14570383. OLE color: 14570383.

HSL color Cylindrical-coordinate representation of color #8F53DE: hue angle of 265.9º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F53DE is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 83 222 -
CMYK 0.36 0.63 0 0.13
HSL 265.9º 0.68% 0.6% -
HSV(B) 265.9º 0.63% 0.87% -
XYZ 27.61 17.3 70.99 -
YUV 116.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 143 83 222 0.36 0.63 0 0.13 265.9 0.68 0.6
Hex 8F 53 DE 24 3F 0 D 10A 44 3C
Octal 217 123 336 44 77 0 15 412 104 74
Binary 10001111 1010011 11011110 100100 111111 0 1101 100001010 1000100 111100

Color Harmonies of #8F53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F53DE

Black with #8F53DE

Text Example


Text Example

White with #8F53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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