Html Css Color HEX #8C56CD Amethyst

📋 copy color: '#8C56CD'

red 140 ◦ green 86 ◦ blue 205

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

Shades of Amethyst #8C56CD

Tints of Amethyst #8C56CD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

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

R = 32.48%
G = 19.95%
B = 47.56%

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

#8C56CD (or 0x8C56CD) is known color: Amethyst. HEX triplet: 8C, 56 and CD. RGB value is (140,86,205). Sum of RGB (Red+Green+Blue) = 140+86+205=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C56CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56CD is #73A932. Grayscale: #737373. Windows color (decimal): -7579955 or 13457036. OLE color: 13457036.

HSL color Cylindrical-coordinate representation of color #8C56CD: hue angle of 267.23º 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 #8C56CD is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 86 205 -
CMYK 0.32 0.58 0 0.20
HSL 267.23º 0.54% 0.57% -
HSV(B) 267.23º 0.58% 0.8% -
XYZ 25.16 16.64 59.64 -
YUV 115.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 140 86 205 0.32 0.58 0 0.20 267.23 0.54 0.57
Hex 8C 56 CD 20 3A 0 14 10B 36 39
Octal 214 126 315 40 72 0 24 413 66 71
Binary 10001100 1010110 11001101 100000 111010 0 10100 100001011 110110 111001

Color Harmonies of #8C56CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56CD

Black with #8C56CD

Text Example


Text Example

White with #8C56CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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