Html Css Color HEX #8F58CD Amethyst

📋 copy color: '#8F58CD'

red 143 ◦ green 88 ◦ blue 205

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

Shades of Amethyst #8F58CD

Tints of Amethyst #8F58CD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 32.8%
G = 20.18%
B = 47.02%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F58CD (or 0x8F58CD) is known color: Amethyst. HEX triplet: 8F, 58 and CD. RGB value is (143,88,205). Sum of RGB (Red+Green+Blue) = 143+88+205=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F58CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58CD is #70A732. Grayscale: #757575. Windows color (decimal): -7382835 or 13457551. OLE color: 13457551.

HSL color Cylindrical-coordinate representation of color #8F58CD: hue angle of 268.21º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F58CD is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 88 205 -
CMYK 0.30 0.57 0 0.20
HSL 268.21º 0.54% 0.57% -
HSV(B) 268.21º 0.57% 0.8% -
XYZ 25.84 17.23 59.72 -
YUV 117.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 143 88 205 0.30 0.57 0 0.20 268.21 0.54 0.57
Hex 8F 58 CD 1E 39 0 14 10C 36 39
Octal 217 130 315 36 71 0 24 414 66 71
Binary 10001111 1011000 11001101 11110 111001 0 10100 100001100 110110 111001

Color Harmonies of #8F58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F58CD

Black with #8F58CD

Text Example


Text Example

White with #8F58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,205); }

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

background-color css

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

 a { background-color: rgb(143,88,205); }

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

border-color css

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

 span { border-color: rgb(143,88,205); }

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