#8452C5

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

Shades of Amethyst #8452C5

Tints of Amethyst #8452C5

Color information

#8452C5 (or 0x8452C5) is unknown color: approx Amethyst. HEX triplet: 84, 52 and C5. RGB value is (132,82,197). Sum of RGB (Red+Green+Blue) = 132+82+197=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #8452C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452C5 is #7BAD3A. Grayscale: #6D6D6D. Windows color (decimal): -8105275 or 12931716. OLE color: 12931716.

HSL color Cylindrical-coordinate representation of color #8452C5: hue angle of 266.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8452C5 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13282197-
CMYK0.330.5800.23
HSL266.09º49.78%54.71%-
HSV(B)266.09º58.38%77.25%-
XYZ22.6114.9754.52-
YUV110.06177.06143.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 197 (77.34% from 255) = 47.93%
R=32.12%
G=19.95%
B=47.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132821970.330.5800.23266.0949.7854.71
Hex8452C5213A01710a3237
Octal20412230541720274126267
Binary10000100101001011000101100001111010010111100001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8452C5; }

 p { color: rgb(132,82,197); }

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

<style>
 a { background-color: #8452C5; }

 a { background-color: rgb(132,82,197); }

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

<style>
 span { border-color: #8452C5; }

 span { border-color: rgb(132,82,197); }

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