#8F66CC

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

Shades of Amethyst #8F66CC

Tints of Amethyst #8F66CC

Color information

#8F66CC (or 0x8F66CC) is unknown color: approx Amethyst. HEX triplet: 8F, 66 and CC. RGB value is (143,102,204). Sum of RGB (Red+Green+Blue) = 143+102+204=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66CC is #709933. Grayscale: #7D7D7D. Windows color (decimal): -7379252 or 13395599. OLE color: 13395599.

HSL color Cylindrical-coordinate representation of color #8F66CC: hue angle of 264.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F66CC is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143102204-
CMYK0.300.500.2
HSL264.12º50%60%-
HSV(B)264.12º50%80%-
XYZ26.9819.759.51-
YUV125.89172.08140.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=31.85%
G=22.72%
B=45.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431022040.300.500.2264.125060
Hex8F66CC1E32014108323c
Octal21714631436620244106274
Binary1000111111001101100110011110110010010100100001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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