Html Css Color HEX #8C57CC Amethyst

📋 copy color: '#8C57CC'

red 140 ◦ green 87 ◦ blue 204

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

Shades of Amethyst #8C57CC

Tints of Amethyst #8C57CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.19%

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

R = 32.48%
G = 20.19%
B = 47.33%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C57CC (or 0x8C57CC) is known color: Amethyst. HEX triplet: 8C, 57 and CC. RGB value is (140,87,204). Sum of RGB (Red+Green+Blue) = 140+87+204=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57CC is #73A833. Grayscale: #737373. Windows color (decimal): -7579700 or 13391756. OLE color: 13391756.

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

Color convert

RGB 140 87 204 -
CMYK 0.31 0.57 0 0.2
HSL 267.18º 0.53% 0.57% -
HSV(B) 267.18º 0.57% 0.8% -
XYZ 25.12 16.75 59.04 -
YUV 116.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 140 87 204 0.31 0.57 0 0.2 267.18 0.53 0.57
Hex 8C 57 CC 1F 39 0 14 10B 35 39
Octal 214 127 314 37 71 0 24 413 65 71
Binary 10001100 1010111 11001100 11111 111001 0 10100 100001011 110101 111001

Color Harmonies of #8C57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57CC

Black with #8C57CC

Text Example


Text Example

White with #8C57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,204); }

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

background-color css

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

 a { background-color: rgb(140,87,204); }

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

border-color css

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

 span { border-color: rgb(140,87,204); }

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