#8458C1

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

Shades of Amethyst #8458C1

Tints of Amethyst #8458C1

Color information

#8458C1 (or 0x8458C1) is unknown color: approx Amethyst. HEX triplet: 84, 58 and C1. RGB value is (132,88,193). Sum of RGB (Red+Green+Blue) = 132+88+193=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #8458C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458C1 is #7BA73E. Grayscale: #707070. Windows color (decimal): -8103743 or 12671108. OLE color: 12671108.

HSL color Cylindrical-coordinate representation of color #8458C1: hue angle of 265.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8458C1 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13288193-
CMYK0.320.5400.24
HSL265.14º45.85%55.1%-
HSV(B)265.14º54.4%75.69%-
XYZ22.6315.7452.3-
YUV113.13173.08141.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=31.96%
G=21.31%
B=46.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132881930.320.5400.24265.1445.8555.1
Hex8458C120360181092e37
Octal20413030140660304115667
Binary10000100101100011000001100000110110011000100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458C1; }

 p { color: rgb(132,88,193); }

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

<style>
 a { background-color: #8458C1; }

 a { background-color: rgb(132,88,193); }

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

<style>
 span { border-color: #8458C1; }

 span { border-color: rgb(132,88,193); }

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