Html Css Color HEX #8F5CC1 Amethyst

📋 copy color: '#8F5CC1'

red 143 ◦ green 92 ◦ blue 193

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

Shades of Amethyst #8F5CC1

Tints of Amethyst #8F5CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.5%

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 33.41%
G = 21.5%
B = 45.09%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F5CC1 (or 0x8F5CC1) is known color: Amethyst. HEX triplet: 8F, 5C and C1. RGB value is (143,92,193). Sum of RGB (Red+Green+Blue) = 143+92+193=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F5CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CC1 is #70A33E. Grayscale: #767676. Windows color (decimal): -7381823 or 12672143. OLE color: 12672143.

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

Color convert

RGB 143 92 193 -
CMYK 0.26 0.52 0 0.24
HSL 270.3º 0.45% 0.56% -
HSV(B) 270.3º 0.52% 0.76% -
XYZ 24.78 17.34 52.49 -
YUV 118.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 143 92 193 0.26 0.52 0 0.24 270.3 0.45 0.56
Hex 8F 5C C1 1A 34 0 18 10E 2D 38
Octal 217 134 301 32 64 0 30 416 55 70
Binary 10001111 1011100 11000001 11010 110100 0 11000 100001110 101101 111000

Color Harmonies of #8F5CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5CC1

Black with #8F5CC1

Text Example


Text Example

White with #8F5CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,92,193); }

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

background-color css

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

 a { background-color: rgb(143,92,193); }

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

border-color css

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

 span { border-color: rgb(143,92,193); }

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