#8C5BD0

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

Shades of Amethyst #8C5BD0

Tints of Amethyst #8C5BD0

Color information

#8C5BD0 (or 0x8C5BD0) is unknown color: approx Amethyst. HEX triplet: 8C, 5B and D0. RGB value is (140,91,208). Sum of RGB (Red+Green+Blue) = 140+91+208=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BD0 is #73A42F. Grayscale: #767676. Windows color (decimal): -7578672 or 13654924. OLE color: 13654924.

HSL color Cylindrical-coordinate representation of color #8C5BD0: hue angle of 265.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5BD0 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14091208-
CMYK0.330.5600.18
HSL265.13º55.45%58.63%-
HSV(B)265.13º56.25%81.57%-
XYZ25.9417.6161.71-
YUV118.99178.23142.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=31.89%
G=20.73%
B=47.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140912080.330.5600.18265.1355.4558.63
Hex8C5BD02138012109373b
Octal21413332041700224116773
Binary10001100101101111010000100001111000010010100001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,208); }

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

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

 a { background-color: rgb(140,91,208); }

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

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

 span { border-color: rgb(140,91,208); }

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