#8458C3

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

Shades of Amethyst #8458C3

Tints of Amethyst #8458C3

Color information

#8458C3 (or 0x8458C3) is unknown color: approx Amethyst. HEX triplet: 84, 58 and C3. RGB value is (132,88,195). Sum of RGB (Red+Green+Blue) = 132+88+195=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #8458C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458C3 is #7BA73C. Grayscale: #707070. Windows color (decimal): -8103741 or 12802180. OLE color: 12802180.

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

Color convert

RGB13288195-
CMYK0.320.5500.24
HSL264.67º47.14%55.49%-
HSV(B)264.67º54.87%76.47%-
XYZ22.8615.8353.48-
YUV113.35174.08141.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=31.81%
G=21.20%
B=46.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132881950.320.5500.24264.6747.1455.49
Hex8458C320370181092f37
Octal20413030340670304115767
Binary10000100101100011000011100000110111011000100001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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