#8451CC

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

Shades of Amethyst #8451CC

Tints of Amethyst #8451CC

Color information

#8451CC (or 0x8451CC) is unknown color: approx Amethyst. HEX triplet: 84, 51 and CC. RGB value is (132,81,204). Sum of RGB (Red+Green+Blue) = 132+81+204=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #8451CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451CC is #7BAE33. Grayscale: #6D6D6D. Windows color (decimal): -8105524 or 13390212. OLE color: 13390212.

HSL color Cylindrical-coordinate representation of color #8451CC: hue angle of 264.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8451CC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13281204-
CMYK0.350.6000.2
HSL264.88º54.67%55.88%-
HSV(B)264.88º60.29%80%-
XYZ23.3615.1558.82-
YUV110.27180.9143.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=31.65%
G=19.42%
B=48.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132812040.350.6000.2264.8854.6755.88
Hex8451CC233C0141093738
Octal20412131443740244116770
Binary10000100101000111001100100011111100010100100001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8451CC; }

 p { color: rgb(132,81,204); }

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

<style>
 a { background-color: #8451CC; }

 a { background-color: rgb(132,81,204); }

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

<style>
 span { border-color: #8451CC; }

 span { border-color: rgb(132,81,204); }

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