#9866BF

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

Shades of Amethyst #9866BF

Tints of Amethyst #9866BF

Color information

#9866BF (or 0x9866BF) is unknown color: approx Amethyst. HEX triplet: 98, 66 and BF. RGB value is (152,102,191). Sum of RGB (Red+Green+Blue) = 152+102+191=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #9866BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866BF is #679940. Grayscale: #7E7E7E. Windows color (decimal): -6789441 or 12543640. OLE color: 12543640.

HSL color Cylindrical-coordinate representation of color #9866BF: hue angle of 273.71º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9866BF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152102191-
CMYK0.200.4700.25
HSL273.71º41.01%57.45%-
HSV(B)273.71º46.6%74.9%-
XYZ27.119.9451.71-
YUV127.1164.06145.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 191 (75% from 255) = 42.92%
R=34.16%
G=22.92%
B=42.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521021910.200.4700.25273.7141.0157.45
Hex9866BF142F0191122939
Octal23014627724570314225171
Binary1001100011001101011111110100101111011001100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9866BF; }

 p { color: rgb(152,102,191); }

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

<style>
 a { background-color: #9866BF; }

 a { background-color: rgb(152,102,191); }

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

<style>
 span { border-color: #9866BF; }

 span { border-color: rgb(152,102,191); }

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