#8457CD

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

Shades of Amethyst #8457CD

Tints of Amethyst #8457CD

Color information

#8457CD (or 0x8457CD) is unknown color: approx Amethyst. HEX triplet: 84, 57 and CD. RGB value is (132,87,205). Sum of RGB (Red+Green+Blue) = 132+87+205=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8457CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457CD is #7BA832. Grayscale: #717171. Windows color (decimal): -8103987 or 13457284. OLE color: 13457284.

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

Color convert

RGB13287205-
CMYK0.360.5800.20
HSL262.88º54.13%57.25%-
HSV(B)262.88º57.56%80.39%-
XYZ23.9416.1359.61-
YUV113.91179.41140.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=31.13%
G=20.52%
B=48.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132872050.360.5800.20262.8854.1357.25
Hex8457CD243A0141073639
Octal20412731544720244076671
Binary10000100101011111001101100100111010010100100000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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