#8C52D0

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

Shades of Amethyst #8C52D0

Tints of Amethyst #8C52D0

Color information

#8C52D0 (or 0x8C52D0) is unknown color: approx Amethyst. HEX triplet: 8C, 52 and D0. RGB value is (140,82,208). Sum of RGB (Red+Green+Blue) = 140+82+208=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C52D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52D0 is #73AD2F. Grayscale: #717171. Windows color (decimal): -7580976 or 13652620. OLE color: 13652620.

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

Color convert

RGB14082208-
CMYK0.330.6100.18
HSL267.62º57.27%56.86%-
HSV(B)267.62º60.58%81.57%-
XYZ25.2216.1661.47-
YUV113.71181.22146.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=32.56%
G=19.07%
B=48.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140822080.330.6100.18267.6257.2756.86
Hex8C52D0213D01210c3939
Octal21412232041750224147171
Binary10001100101001011010000100001111101010010100001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C52D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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