Html Css Color HEX #8C56CC Amethyst

📋 copy color: '#8C56CC'

red 140 ◦ green 86 ◦ blue 204

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

Shades of Amethyst #8C56CC

Tints of Amethyst #8C56CC

RGB

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

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

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

R = 32.56%
G = 20%
B = 47.44%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C56CC (or 0x8C56CC) is known color: Amethyst. HEX triplet: 8C, 56 and CC. RGB value is (140,86,204). Sum of RGB (Red+Green+Blue) = 140+86+204=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56CC is #73A933. Grayscale: #737373. Windows color (decimal): -7579956 or 13391500. OLE color: 13391500.

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

Color convert

RGB 140 86 204 -
CMYK 0.31 0.58 0 0.2
HSL 267.46º 0.54% 0.57% -
HSV(B) 267.46º 0.58% 0.8% -
XYZ 25.04 16.59 59.01 -
YUV 115.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 140 86 204 0.31 0.58 0 0.2 267.46 0.54 0.57
Hex 8C 56 CC 1F 3A 0 14 10B 36 39
Octal 214 126 314 37 72 0 24 413 66 71
Binary 10001100 1010110 11001100 11111 111010 0 10100 100001011 110110 111001

Color Harmonies of #8C56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56CC

Black with #8C56CC

Text Example


Text Example

White with #8C56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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