#8D5FCC

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

Shades of Amethyst #8D5FCC

Tints of Amethyst #8D5FCC

Color information

#8D5FCC (or 0x8D5FCC) is unknown color: approx Amethyst. HEX triplet: 8D, 5F and CC. RGB value is (141,95,204). Sum of RGB (Red+Green+Blue) = 141+95+204=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FCC is #72A033. Grayscale: #787878. Windows color (decimal): -7512116 or 13393805. OLE color: 13393805.

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

Color convert

RGB14195204-
CMYK0.310.5300.2
HSL265.32º51.66%58.63%-
HSV(B)265.32º53.43%80%-
XYZ25.9818.2159.27-
YUV121.18174.74142.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=32.05%
G=21.59%
B=46.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141952040.310.5300.2265.3251.6658.63
Hex8D5FCC1F35014109343b
Octal21513731437650244116473
Binary1000110110111111100110011111110101010100100001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,95,204); }

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

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

 a { background-color: rgb(141,95,204); }

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

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

 span { border-color: rgb(141,95,204); }

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