#8459CD

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

Shades of Amethyst #8459CD

Tints of Amethyst #8459CD

Color information

#8459CD (or 0x8459CD) is unknown color: approx Amethyst. HEX triplet: 84, 59 and CD. RGB value is (132,89,205). Sum of RGB (Red+Green+Blue) = 132+89+205=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #8459CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459CD is #7BA632. Grayscale: #727272. Windows color (decimal): -8103475 or 13457796. OLE color: 13457796.

HSL color Cylindrical-coordinate representation of color #8459CD: hue angle of 262.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8459CD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13289205-
CMYK0.360.5700.20
HSL262.24º53.7%57.65%-
HSV(B)262.24º56.59%80.39%-
XYZ24.1116.4659.66-
YUV115.08178.75140.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=30.99%
G=20.89%
B=48.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132892050.360.5700.20262.2453.757.65
Hex8459CD2439014106363a
Octal20413131544710244066672
Binary10000100101100111001101100100111001010100100000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8459CD; }

 p { color: rgb(132,89,205); }

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

<style>
 a { background-color: #8459CD; }

 a { background-color: rgb(132,89,205); }

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

<style>
 span { border-color: #8459CD; }

 span { border-color: rgb(132,89,205); }

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