Html Css Color HEX #8C4DDD Amethyst

📋 copy color: '#8C4DDD'

red 140 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #8C4DDD

Tints of Amethyst #8C4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.58%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 31.96%
G = 17.58%
B = 50.46%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C4DDD (or 0x8C4DDD) is known color: Amethyst. HEX triplet: 8C, 4D and DD. RGB value is (140,77,221). Sum of RGB (Red+Green+Blue) = 140+77+221=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DDD is #73B222. Grayscale: #6F6F6F. Windows color (decimal): -7582243 or 14503308. OLE color: 14503308.

HSL color Cylindrical-coordinate representation of color #8C4DDD: hue angle of 266.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4DDD is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 77 221 -
CMYK 0.37 0.65 0 0.13
HSL 266.25º 0.68% 0.58% -
HSV(B) 266.25º 0.65% 0.87% -
XYZ 26.52 16.1 70.12 -
YUV 112.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 140 77 221 0.37 0.65 0 0.13 266.25 0.68 0.58
Hex 8C 4D DD 25 41 0 D 10A 44 3A
Octal 214 115 335 45 101 0 15 412 104 72
Binary 10001100 1001101 11011101 100101 1000001 0 1101 100001010 1000100 111010

Color Harmonies of #8C4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DDD

Black with #8C4DDD

Text Example


Text Example

White with #8C4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,77,221); }

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

background-color css

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

 a { background-color: rgb(140,77,221); }

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

border-color css

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

 span { border-color: rgb(140,77,221); }

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