#8452CA

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

Shades of Amethyst #8452CA

Tints of Amethyst #8452CA

Color information

#8452CA (or 0x8452CA) is unknown color: approx Amethyst. HEX triplet: 84, 52 and CA. RGB value is (132,82,202). Sum of RGB (Red+Green+Blue) = 132+82+202=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8452CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452CA is #7BAD35. Grayscale: #6E6E6E. Windows color (decimal): -8105270 or 13259396. OLE color: 13259396.

HSL color Cylindrical-coordinate representation of color #8452CA: hue angle of 265º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8452CA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13282202-
CMYK0.350.5900.21
HSL265º53.1%55.69%-
HSV(B)265º59.41%79.22%-
XYZ23.1915.257.59-
YUV110.63179.56143.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=31.73%
G=19.71%
B=48.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132822020.350.5900.2126553.155.69
Hex8452CA233B0151093538
Octal20412231243730254116570
Binary10000100101001011001010100011111011010101100001001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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