Html Css Color HEX #8C57CD Amethyst

📋 copy color: '#8C57CD'

red 140 ◦ green 87 ◦ blue 205

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

Shades of Amethyst #8C57CD

Tints of Amethyst #8C57CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 32.41%
G = 20.14%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C57CD (or 0x8C57CD) is known color: Amethyst. HEX triplet: 8C, 57 and CD. RGB value is (140,87,205). Sum of RGB (Red+Green+Blue) = 140+87+205=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C57CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57CD is #73A832. Grayscale: #737373. Windows color (decimal): -7579699 or 13457292. OLE color: 13457292.

HSL color Cylindrical-coordinate representation of color #8C57CD: hue angle of 266.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C57CD is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 87 205 -
CMYK 0.32 0.58 0 0.20
HSL 266.95º 0.54% 0.57% -
HSV(B) 266.95º 0.58% 0.8% -
XYZ 25.24 16.8 59.67 -
YUV 116.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 140 87 205 0.32 0.58 0 0.20 266.95 0.54 0.57
Hex 8C 57 CD 20 3A 0 14 10B 36 39
Octal 214 127 315 40 72 0 24 413 66 71
Binary 10001100 1010111 11001101 100000 111010 0 10100 100001011 110110 111001

Color Harmonies of #8C57CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57CD

Black with #8C57CD

Text Example


Text Example

White with #8C57CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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