Html Css Color HEX #8C5FC1 Amethyst

📋 copy color: '#8C5FC1'

red 140 ◦ green 95 ◦ blue 193

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

Shades of Amethyst #8C5FC1

Tints of Amethyst #8C5FC1

RGB

 RED value IS 140 (55.08% from 255) = 32.71%

 GREEN value IS 95 (37.5% from 255) = 22.2%

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

R = 32.71%
G = 22.2%
B = 45.09%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8C5FC1 (or 0x8C5FC1) is known color: Amethyst. HEX triplet: 8C, 5F and C1. RGB value is (140,95,193). Sum of RGB (Red+Green+Blue) = 140+95+193=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 95 (37.5% from 255 or 22.20% 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 #8C5FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FC1 is #73A03E. Grayscale: #777777. Windows color (decimal): -7577663 or 12672908. OLE color: 12672908.

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

Color convert

RGB 140 95 193 -
CMYK 0.27 0.51 0 0.24
HSL 267.55º 0.44% 0.56% -
HSV(B) 267.55º 0.51% 0.76% -
XYZ 24.53 17.61 52.56 -
YUV 119.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 140 95 193 0.27 0.51 0 0.24 267.55 0.44 0.56
Hex 8C 5F C1 1B 33 0 18 10C 2C 38
Octal 214 137 301 33 63 0 30 414 54 70
Binary 10001100 1011111 11000001 11011 110011 0 11000 100001100 101100 111000

Color Harmonies of #8C5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FC1

Black with #8C5FC1

Text Example


Text Example

White with #8C5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,193); }

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

background-color css

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

 a { background-color: rgb(140,95,193); }

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

border-color css

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

 span { border-color: rgb(140,95,193); }

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