Html Css Color HEX #8C4FCC Amethyst

📋 copy color: '#8C4FCC'

red 140 ◦ green 79 ◦ blue 204

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

Shades of Amethyst #8C4FCC

Tints of Amethyst #8C4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

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

R = 33.1%
G = 18.68%
B = 48.23%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C4FCC (or 0x8C4FCC) is known color: Amethyst. HEX triplet: 8C, 4F and CC. RGB value is (140,79,204). Sum of RGB (Red+Green+Blue) = 140+79+204=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FCC is #73B033. Grayscale: #6F6F6F. Windows color (decimal): -7581748 or 13389708. OLE color: 13389708.

HSL color Cylindrical-coordinate representation of color #8C4FCC: hue angle of 269.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4FCC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 79 204 -
CMYK 0.31 0.61 0 0.2
HSL 269.28º 0.55% 0.55% -
HSV(B) 269.28º 0.61% 0.8% -
XYZ 24.51 15.53 58.83 -
YUV 111.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 140 79 204 0.31 0.61 0 0.2 269.28 0.55 0.55
Hex 8C 4F CC 1F 3D 0 14 10D 37 37
Octal 214 117 314 37 75 0 24 415 67 67
Binary 10001100 1001111 11001100 11111 111101 0 10100 100001101 110111 110111

Color Harmonies of #8C4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FCC

Black with #8C4FCC

Text Example


Text Example

White with #8C4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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