#8451CD

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

Shades of Amethyst #8451CD

Tints of Amethyst #8451CD

Color information

#8451CD (or 0x8451CD) is unknown color: approx Amethyst. HEX triplet: 84, 51 and CD. RGB value is (132,81,205). Sum of RGB (Red+Green+Blue) = 132+81+205=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #8451CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451CD is #7BAE32. Grayscale: #6D6D6D. Windows color (decimal): -8105523 or 13455748. OLE color: 13455748.

HSL color Cylindrical-coordinate representation of color #8451CD: hue angle of 264.68º 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 #8451CD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13281205-
CMYK0.360.6000.20
HSL264.68º55.36%56.08%-
HSV(B)264.68º60.49%80.39%-
XYZ23.4815.259.45-
YUV110.38181.4143.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=31.58%
G=19.38%
B=49.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132812050.360.6000.20264.6855.3656.08
Hex8451CD243C0141093738
Octal20412131544740244116770
Binary10000100101000111001101100100111100010100100001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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