#8450CC

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

Shades of Amethyst #8450CC

Tints of Amethyst #8450CC

Color information

#8450CC (or 0x8450CC) is unknown color: approx Amethyst. HEX triplet: 84, 50 and CC. RGB value is (132,80,204). Sum of RGB (Red+Green+Blue) = 132+80+204=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8450CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450CC is #7BAF33. Grayscale: #6D6D6D. Windows color (decimal): -8105780 or 13389956. OLE color: 13389956.

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

Color convert

RGB13280204-
CMYK0.350.6100.2
HSL265.16º54.87%55.69%-
HSV(B)265.16º60.78%80%-
XYZ23.281558.8-
YUV109.68181.23143.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=31.73%
G=19.23%
B=49.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132802040.350.6100.2265.1654.8755.69
Hex8450CC233D0141093738
Octal20412031443750244116770
Binary10000100101000011001100100011111101010100100001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8450CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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