#8C52CD

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

Shades of Amethyst #8C52CD

Tints of Amethyst #8C52CD

Color information

#8C52CD (or 0x8C52CD) is unknown color: approx Amethyst. HEX triplet: 8C, 52 and CD. RGB value is (140,82,205). Sum of RGB (Red+Green+Blue) = 140+82+205=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52CD is #73AD32. Grayscale: #707070. Windows color (decimal): -7580979 or 13456012. OLE color: 13456012.

HSL color Cylindrical-coordinate representation of color #8C52CD: hue angle of 268.29º 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 #8C52CD is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14082205-
CMYK0.320.600.20
HSL268.29º55.16%56.27%-
HSV(B)268.29º60%80.39%-
XYZ24.8516.0259.54-
YUV113.36179.72147-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 82 (32.42% from 255) = 19.20%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=32.79%
G=19.20%
B=48.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140822050.320.600.20268.2955.1656.27
Hex8C52CD203C01410c3738
Octal21412231540740244146770
Binary10001100101001011001101100000111100010100100001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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