#8C52CF

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

Shades of Amethyst #8C52CF

Tints of Amethyst #8C52CF

Color information

#8C52CF (or 0x8C52CF) is unknown color: approx Amethyst. HEX triplet: 8C, 52 and CF. RGB value is (140,82,207). Sum of RGB (Red+Green+Blue) = 140+82+207=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52CF is #73AD30. Grayscale: #717171. Windows color (decimal): -7580977 or 13587084. OLE color: 13587084.

HSL color Cylindrical-coordinate representation of color #8C52CF: hue angle of 267.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C52CF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14082207-
CMYK0.320.6000.19
HSL267.84º56.56%56.67%-
HSV(B)267.84º60.39%81.18%-
XYZ25.0916.1260.82-
YUV113.59180.72146.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=32.63%
G=19.11%
B=48.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal140822070.320.6000.19267.8456.5656.67
Hex8C52CF203C01310c3939
Octal21412231740740234147171
Binary10001100101001011001111100000111100010011100001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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