#8C63D0

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

Shades of Amethyst #8C63D0

Tints of Amethyst #8C63D0

Color information

#8C63D0 (or 0x8C63D0) is unknown color: approx Amethyst. HEX triplet: 8C, 63 and D0. RGB value is (140,99,208). Sum of RGB (Red+Green+Blue) = 140+99+208=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63D0 is #739C2F. Grayscale: #7B7B7B. Windows color (decimal): -7576624 or 13656972. OLE color: 13656972.

HSL color Cylindrical-coordinate representation of color #8C63D0: hue angle of 262.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C63D0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14099208-
CMYK0.330.5200.18
HSL262.57º53.69%60.2%-
HSV(B)262.57º52.4%81.57%-
XYZ26.6619.0561.95-
YUV123.68175.58139.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=31.32%
G=22.15%
B=46.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140992080.330.5200.18262.5753.6960.2
Hex8C63D02134012107363c
Octal21414332041640224076674
Binary10001100110001111010000100001110100010010100000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C63D0; }

 p { color: rgb(140,99,208); }

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

<style>
 a { background-color: #8C63D0; }

 a { background-color: rgb(140,99,208); }

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

<style>
 span { border-color: #8C63D0; }

 span { border-color: rgb(140,99,208); }

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