#8D64D0

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

Shades of Amethyst #8D64D0

Tints of Amethyst #8D64D0

Color information

#8D64D0 (or 0x8D64D0) is unknown color: approx Amethyst. HEX triplet: 8D, 64 and D0. RGB value is (141,100,208). Sum of RGB (Red+Green+Blue) = 141+100+208=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D64D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64D0 is #729B2F. Grayscale: #7C7C7C. Windows color (decimal): -7510832 or 13657229. OLE color: 13657229.

HSL color Cylindrical-coordinate representation of color #8D64D0: hue angle of 262.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D64D0 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141100208-
CMYK0.320.5200.18
HSL262.78º53.47%60.39%-
HSV(B)262.78º51.92%81.57%-
XYZ26.9319.3361.99-
YUV124.57175.08139.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=31.40%
G=22.27%
B=46.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411002080.320.5200.18262.7853.4760.39
Hex8D64D02034012107353c
Octal21514432040640224076574
Binary10001101110010011010000100000110100010010100000111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D64D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,208); }

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

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

 a { background-color: rgb(141,100,208); }

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

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

 span { border-color: rgb(141,100,208); }

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