Html Css Color HEX #8C56DC Amethyst

📋 copy color: '#8C56DC'

red 140 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #8C56DC

Tints of Amethyst #8C56DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 31.39%
G = 19.28%
B = 49.33%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C56DC (or 0x8C56DC) is known color: Amethyst. HEX triplet: 8C, 56 and DC. RGB value is (140,86,220). Sum of RGB (Red+Green+Blue) = 140+86+220=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56DC is #73A923. Grayscale: #747474. Windows color (decimal): -7579940 or 14440076. OLE color: 14440076.

HSL color Cylindrical-coordinate representation of color #8C56DC: hue angle of 264.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C56DC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 86 220 -
CMYK 0.36 0.61 0 0.14
HSL 264.18º 0.66% 0.6% -
HSV(B) 264.18º 0.61% 0.86% -
XYZ 27.06 17.4 69.64 -
YUV 117.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 140 86 220 0.36 0.61 0 0.14 264.18 0.66 0.6
Hex 8C 56 DC 24 3D 0 E 108 42 3C
Octal 214 126 334 44 75 0 16 410 102 74
Binary 10001100 1010110 11011100 100100 111101 0 1110 100001000 1000010 111100

Color Harmonies of #8C56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56DC

Black with #8C56DC

Text Example


Text Example

White with #8C56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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