#8F5CCD

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

Shades of Amethyst #8F5CCD

Tints of Amethyst #8F5CCD

Color information

#8F5CCD (or 0x8F5CCD) is unknown color: approx Amethyst. HEX triplet: 8F, 5C and CD. RGB value is (143,92,205). Sum of RGB (Red+Green+Blue) = 143+92+205=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CCD is #70A332. Grayscale: #777777. Windows color (decimal): -7381811 or 13458575. OLE color: 13458575.

HSL color Cylindrical-coordinate representation of color #8F5CCD: hue angle of 267.08º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F5CCD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14392205-
CMYK0.300.5500.20
HSL267.08º53.05%58.24%-
HSV(B)267.08º55.12%80.39%-
XYZ26.1717.959.83-
YUV120.13175.9144.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=32.5%
G=20.91%
B=46.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal143922050.300.5500.20267.0853.0558.24
Hex8F5CCD1E3701410b353a
Octal21713431536670244136572
Binary1000111110111001100110111110110111010100100001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,205); }

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

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

 a { background-color: rgb(143,92,205); }

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

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

 span { border-color: rgb(143,92,205); }

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