#8F52CC

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

Shades of Amethyst #8F52CC

Tints of Amethyst #8F52CC

Color information

#8F52CC (or 0x8F52CC) is unknown color: approx Amethyst. HEX triplet: 8F, 52 and CC. RGB value is (143,82,204). Sum of RGB (Red+Green+Blue) = 143+82+204=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52CC is #70AD33. Grayscale: #717171. Windows color (decimal): -7384372 or 13390479. OLE color: 13390479.

HSL color Cylindrical-coordinate representation of color #8F52CC: hue angle of 270º degrees, saturation: 0.54, 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 #8F52CC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14382204-
CMYK0.300.6000.2
HSL270º54.46%56.08%-
HSV(B)270º59.8%80%-
XYZ25.2416.2358.93-
YUV114.15178.71148.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=33.33%
G=19.11%
B=47.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal143822040.300.6000.227054.4656.08
Hex8F52CC1E3C01410e3638
Octal21712231436740244166670
Binary1000111110100101100110011110111100010100100001110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F52CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,82,204); }

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

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

 a { background-color: rgb(143,82,204); }

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

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

 span { border-color: rgb(143,82,204); }

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