#9866BC

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

Shades of Amethyst #9866BC

Tints of Amethyst #9866BC

Color information

#9866BC (or 0x9866BC) is unknown color: approx Amethyst. HEX triplet: 98, 66 and BC. RGB value is (152,102,188). Sum of RGB (Red+Green+Blue) = 152+102+188=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9866BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866BC is #679943. Grayscale: #7E7E7E. Windows color (decimal): -6789444 or 12347032. OLE color: 12347032.

HSL color Cylindrical-coordinate representation of color #9866BC: hue angle of 274.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9866BC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152102188-
CMYK0.190.4600.26
HSL274.88º39.09%56.86%-
HSV(B)274.88º45.74%73.73%-
XYZ26.7819.8149.99-
YUV126.75162.56146.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=34.39%
G=23.08%
B=42.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521021880.190.4600.26274.8839.0956.86
Hex9866BC132E01A1132739
Octal23014627423560324234771
Binary1001100011001101011110010011101110011010100010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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