#8455CD

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

Shades of Amethyst #8455CD

Tints of Amethyst #8455CD

Color information

#8455CD (or 0x8455CD) is unknown color: approx Amethyst. HEX triplet: 84, 55 and CD. RGB value is (132,85,205). Sum of RGB (Red+Green+Blue) = 132+85+205=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #8455CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455CD is #7BAA32. Grayscale: #707070. Windows color (decimal): -8104499 or 13456772. OLE color: 13456772.

HSL color Cylindrical-coordinate representation of color #8455CD: hue angle of 263.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8455CD is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13285205-
CMYK0.360.5900.20
HSL263.5º54.55%56.86%-
HSV(B)263.5º58.54%80.39%-
XYZ23.7815.8159.56-
YUV112.73180.07141.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=31.28%
G=20.14%
B=48.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132852050.360.5900.20263.554.5556.86
Hex8455CD243B0141083739
Octal20412531544730244106771
Binary10000100101010111001101100100111011010100100001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8455CD; }

 p { color: rgb(132,85,205); }

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

<style>
 a { background-color: #8455CD; }

 a { background-color: rgb(132,85,205); }

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

<style>
 span { border-color: #8455CD; }

 span { border-color: rgb(132,85,205); }

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