Html Css Color HEX #8C4FCD Amethyst

📋 copy color: '#8C4FCD'

red 140 ◦ green 79 ◦ blue 205

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

Shades of Amethyst #8C4FCD

Tints of Amethyst #8C4FCD

RGB

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

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

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

R = 33.02%
G = 18.63%
B = 48.35%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C4FCD (or 0x8C4FCD) is known color: Amethyst. HEX triplet: 8C, 4F and CD. RGB value is (140,79,205). Sum of RGB (Red+Green+Blue) = 140+79+205=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FCD is #73B032. Grayscale: #6F6F6F. Windows color (decimal): -7581747 or 13455244. OLE color: 13455244.

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

Color convert

RGB 140 79 205 -
CMYK 0.32 0.61 0 0.20
HSL 269.05º 0.56% 0.56% -
HSV(B) 269.05º 0.61% 0.8% -
XYZ 24.63 15.58 59.47 -
YUV 111.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 140 79 205 0.32 0.61 0 0.20 269.05 0.56 0.56
Hex 8C 4F CD 20 3D 0 14 10D 38 38
Octal 214 117 315 40 75 0 24 415 70 70
Binary 10001100 1001111 11001101 100000 111101 0 10100 100001101 111000 111000

Color Harmonies of #8C4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FCD

Black with #8C4FCD

Text Example


Text Example

White with #8C4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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