#8F5CD7

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

Shades of Amethyst #8F5CD7

Tints of Amethyst #8F5CD7

Color information

#8F5CD7 (or 0x8F5CD7) is unknown color: approx Amethyst. HEX triplet: 8F, 5C and D7. RGB value is (143,92,215). Sum of RGB (Red+Green+Blue) = 143+92+215=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #8F5CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CD7 is #70A328. Grayscale: #787878. Windows color (decimal): -7381801 or 14113935. OLE color: 14113935.

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

Color convert

RGB14392215-
CMYK0.330.5700.16
HSL264.88º60.59%60.2%-
HSV(B)264.88º57.21%84.31%-
XYZ27.4218.466.4-
YUV121.27180.9143.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 215 (84.38% from 255) = 47.78%
R=31.78%
G=20.44%
B=47.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143922150.330.5700.16264.8860.5960.2
Hex8F5CD721390101093d3c
Octal21713432741710204117574
Binary10001111101110011010111100001111001010000100001001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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