Html Css Color HEX #8F58CC Amethyst

📋 copy color: '#8F58CC'

red 143 ◦ green 88 ◦ blue 204

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

Shades of Amethyst #8F58CC

Tints of Amethyst #8F58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 32.87%
G = 20.23%
B = 46.9%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F58CC (or 0x8F58CC) is known color: Amethyst. HEX triplet: 8F, 58 and CC. RGB value is (143,88,204). Sum of RGB (Red+Green+Blue) = 143+88+204=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58CC is #70A733. Grayscale: #757575. Windows color (decimal): -7382836 or 13392015. OLE color: 13392015.

HSL color Cylindrical-coordinate representation of color #8F58CC: hue angle of 268.45º degrees, saturation: 0.53, 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 #8F58CC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 88 204 -
CMYK 0.30 0.57 0 0.2
HSL 268.45º 0.53% 0.57% -
HSV(B) 268.45º 0.57% 0.8% -
XYZ 25.72 17.18 59.09 -
YUV 117.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 143 88 204 0.30 0.57 0 0.2 268.45 0.53 0.57
Hex 8F 58 CC 1E 39 0 14 10C 35 39
Octal 217 130 314 36 71 0 24 414 65 71
Binary 10001111 1011000 11001100 11110 111001 0 10100 100001100 110101 111001

Color Harmonies of #8F58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F58CC

Black with #8F58CC

Text Example


Text Example

White with #8F58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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