#8C63CA

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

Shades of Amethyst #8C63CA

Tints of Amethyst #8C63CA

Color information

#8C63CA (or 0x8C63CA) is unknown color: approx Amethyst. HEX triplet: 8C, 63 and CA. RGB value is (140,99,202). Sum of RGB (Red+Green+Blue) = 140+99+202=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63CA is #739C35. Grayscale: #7A7A7A. Windows color (decimal): -7576630 or 13263756. OLE color: 13263756.

HSL color Cylindrical-coordinate representation of color #8C63CA: hue angle of 263.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C63CA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14099202-
CMYK0.310.5100.21
HSL263.88º49.28%59.02%-
HSV(B)263.88º50.99%79.22%-
XYZ25.9418.7658.13-
YUV123172.58140.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=31.75%
G=22.45%
B=45.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140992020.310.5100.21263.8849.2859.02
Hex8C63CA1F33015108313b
Octal21414331237630254106173
Binary1000110011000111100101011111110011010101100001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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