Html Css Color HEX #8F60BC Amethyst

📋 copy color: '#8F60BC'

red 143 ◦ green 96 ◦ blue 188

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

Shades of Amethyst #8F60BC

Tints of Amethyst #8F60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 33.49%
G = 22.48%
B = 44.03%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F60BC (or 0x8F60BC) is known color: Amethyst. HEX triplet: 8F, 60 and BC. RGB value is (143,96,188). Sum of RGB (Red+Green+Blue) = 143+96+188=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60BC is #709F43. Grayscale: #787878. Windows color (decimal): -7380804 or 12345487. OLE color: 12345487.

HSL color Cylindrical-coordinate representation of color #8F60BC: hue angle of 270.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F60BC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 96 188 -
CMYK 0.24 0.49 0 0.26
HSL 270.65º 0.41% 0.56% -
HSV(B) 270.65º 0.49% 0.74% -
XYZ 24.59 17.84 49.72 -
YUV 120.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 143 96 188 0.24 0.49 0 0.26 270.65 0.41 0.56
Hex 8F 60 BC 18 31 0 1A 10F 29 38
Octal 217 140 274 30 61 0 32 417 51 70
Binary 10001111 1100000 10111100 11000 110001 0 11010 100001111 101001 111000

Color Harmonies of #8F60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F60BC

Black with #8F60BC

Text Example


Text Example

White with #8F60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,188); }

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

background-color css

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

 a { background-color: rgb(143,96,188); }

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

border-color css

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

 span { border-color: rgb(143,96,188); }

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