#8C4DDD

Color #8C4DDD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #8C4DDD

Tints of Amethyst #8C4DDD

Color information

#8C4DDD (or 0x8C4DDD) is unknown color: approx 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

RGB14077221-
CMYK0.370.6500.13
HSL266.25º67.92%58.43%-
HSV(B)266.25º65.16%86.67%-
XYZ26.5216.170.12-
YUV112.25189.37147.79-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140772210.370.6500.13266.2567.9258.43
Hex8C4DDD25410D10a443a
Octal2141153354510101541210472
Binary100011001001101110111011001011000001011011000010101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>