#8D61CD

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

Shades of Amethyst #8D61CD

Tints of Amethyst #8D61CD

Color information

#8D61CD (or 0x8D61CD) is unknown color: approx Amethyst. HEX triplet: 8D, 61 and CD. RGB value is (141,97,205). Sum of RGB (Red+Green+Blue) = 141+97+205=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61CD is #729E32. Grayscale: #7A7A7A. Windows color (decimal): -7511603 or 13459853. OLE color: 13459853.

HSL color Cylindrical-coordinate representation of color #8D61CD: hue angle of 264.44º 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 #8D61CD is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14197205-
CMYK0.310.5300.20
HSL264.44º51.92%59.22%-
HSV(B)264.44º52.68%80.39%-
XYZ26.2818.6259.97-
YUV122.47174.58141.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=31.83%
G=21.90%
B=46.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141972050.310.5300.20264.4451.9259.22
Hex8D61CD1F35014108343b
Octal21514131537650244106473
Binary1000110111000011100110111111110101010100100001000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,205); }

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

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

 a { background-color: rgb(141,97,205); }

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

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

 span { border-color: rgb(141,97,205); }

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