Html Css Color HEX #8C4DDF Amethyst

📋 copy color: '#8C4DDF'

red 140 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #8C4DDF

Tints of Amethyst #8C4DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 31.82%
G = 17.5%
B = 50.68%

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

#8C4DDF (or 0x8C4DDF) is known color: Amethyst. HEX triplet: 8C, 4D and DF. RGB value is (140,77,223). Sum of RGB (Red+Green+Blue) = 140+77+223=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DDF is #73B220. Grayscale: #6F6F6F. Windows color (decimal): -7582241 or 14634380. OLE color: 14634380.

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

Color convert

RGB 140 77 223 -
CMYK 0.37 0.65 0 0.13
HSL 265.89º 0.7% 0.59% -
HSV(B) 265.89º 0.65% 0.87% -
XYZ 26.79 16.21 71.53 -
YUV 112.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 140 77 223 0.37 0.65 0 0.13 265.89 0.7 0.59
Hex 8C 4D DF 25 41 0 D 10A 46 3B
Octal 214 115 337 45 101 0 15 412 106 73
Binary 10001100 1001101 11011111 100101 1000001 0 1101 100001010 1000110 111011

Color Harmonies of #8C4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DDF

Black with #8C4DDF

Text Example


Text Example

White with #8C4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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