#8d4fcf

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

Shades of Amethyst #8D4FCF

Tints of Amethyst #8D4FCF

Color information

#8D4FCF (or 0x8D4FCF) is unknown color: approx Amethyst. HEX triplet: 8D, 4F and CF. RGB value is (141,79,207). Sum of RGB (Red+Green+Blue) = 141+79+207=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4FCF is #72B030. Grayscale: #6F6F6F. Windows color (decimal): -7516209 or 13586317. OLE color: 13586317.

HSL color Cylindrical-coordinate representation of color #8D4FCF: hue angle of 269.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4FCF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14179207-
CMYK0.320.6200.19
HSL269.06º57.14%56.08%-
HSV(B)269.06º61.84%81.18%-
XYZ25.0415.7660.75-
YUV112.13181.54148.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=33.02%
G=18.50%
B=48.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141792070.320.6200.19269.0657.1456.08
Hex8D4FCF203E01310d3938
Octal21511731740760234157170
Binary10001101100111111001111100000111110010011100001101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,79,207); }

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

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

 a { background-color: rgb(141,79,207); }

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

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

 span { border-color: rgb(141,79,207); }

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