#8C5ADD

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

Shades of Medium Purple #8C5ADD

Tints of Medium Purple #8C5ADD

Color information

#8C5ADD (or 0x8C5ADD) is unknown color: approx Medium Purple. HEX triplet: 8C, 5A and DD. RGB value is (140,90,221). Sum of RGB (Red+Green+Blue) = 140+90+221=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ADD is #73A522. Grayscale: #777777. Windows color (decimal): -7578915 or 14506636. OLE color: 14506636.

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

Color convert

RGB14090221-
CMYK0.370.5900.13
HSL262.9º65.83%60.98%-
HSV(B)262.9º59.28%86.67%-
XYZ27.5218.1170.45-
YUV119.88185.06142.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=31.04%
G=19.96%
B=49.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140902210.370.5900.13262.965.8360.98
Hex8C5ADD253B0D107423d
Octal214132335457301540710275
Binary10001100101101011011101100101111011011011000001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C5ADD;
 }
 .AnyTagClassName
 {
   color: #8C5ADD;
 }
</style>
background-color css

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

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

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

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

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

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