#8C5BCD

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

Shades of Amethyst #8C5BCD

Tints of Amethyst #8C5BCD

Color information

#8C5BCD (or 0x8C5BCD) is unknown color: approx Amethyst. HEX triplet: 8C, 5B and CD. RGB value is (140,91,205). Sum of RGB (Red+Green+Blue) = 140+91+205=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BCD is #73A432. Grayscale: #767676. Windows color (decimal): -7578675 or 13458316. OLE color: 13458316.

HSL color Cylindrical-coordinate representation of color #8C5BCD: hue angle of 265.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5BCD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14091205-
CMYK0.320.5600.20
HSL265.79º53.27%58.04%-
HSV(B)265.79º55.61%80.39%-
XYZ25.5817.4759.78-
YUV118.65176.73143.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=32.11%
G=20.87%
B=47.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140912050.320.5600.20265.7953.2758.04
Hex8C5BCD203801410a353a
Octal21413331540700244126572
Binary10001100101101111001101100000111000010100100001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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