#8C5FCD

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

Shades of Amethyst #8C5FCD

Tints of Amethyst #8C5FCD

Color information

#8C5FCD (or 0x8C5FCD) is unknown color: approx Amethyst. HEX triplet: 8C, 5F and CD. RGB value is (140,95,205). Sum of RGB (Red+Green+Blue) = 140+95+205=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCD is #73A032. Grayscale: #787878. Windows color (decimal): -7577651 or 13459340. OLE color: 13459340.

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

Color convert

RGB14095205-
CMYK0.320.5400.20
HSL264.55º52.38%58.82%-
HSV(B)264.55º53.66%80.39%-
XYZ25.9318.1759.9-
YUV121175.41141.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=31.82%
G=21.59%
B=46.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140952050.320.5400.20264.5552.3858.82
Hex8C5FCD2036014109343b
Octal21413731540660244116473
Binary10001100101111111001101100000110110010100100001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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