Html Css Color HEX #8F54DC Amethyst

📋 copy color: '#8F54DC'

red 143 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #8F54DC

Tints of Amethyst #8F54DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 31.99%
G = 18.79%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F54DC (or 0x8F54DC) is known color: Amethyst. HEX triplet: 8F, 54 and DC. RGB value is (143,84,220). Sum of RGB (Red+Green+Blue) = 143+84+220=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54DC is #70AB23. Grayscale: #747474. Windows color (decimal): -7383844 or 14439567. OLE color: 14439567.

HSL color Cylindrical-coordinate representation of color #8F54DC: hue angle of 266.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F54DC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 84 220 -
CMYK 0.35 0.62 0 0.14
HSL 266.03º 0.66% 0.6% -
HSV(B) 266.03º 0.62% 0.86% -
XYZ 27.42 17.35 69.61 -
YUV 117.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 143 84 220 0.35 0.62 0 0.14 266.03 0.66 0.6
Hex 8F 54 DC 23 3E 0 E 10A 42 3C
Octal 217 124 334 43 76 0 16 412 102 74
Binary 10001111 1010100 11011100 100011 111110 0 1110 100001010 1000010 111100

Color Harmonies of #8F54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F54DC

Black with #8F54DC

Text Example


Text Example

White with #8F54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,84,220); }

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

background-color css

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

 a { background-color: rgb(143,84,220); }

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

border-color css

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

 span { border-color: rgb(143,84,220); }

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