#9866CC

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

Shades of Amethyst #9866CC

Tints of Amethyst #9866CC

Color information

#9866CC (or 0x9866CC) is unknown color: approx Amethyst. HEX triplet: 98, 66 and CC. RGB value is (152,102,204). Sum of RGB (Red+Green+Blue) = 152+102+204=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9866CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866CC is #679933. Grayscale: #808080. Windows color (decimal): -6789428 or 13395608. OLE color: 13395608.

HSL color Cylindrical-coordinate representation of color #9866CC: hue angle of 269.41º 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 #9866CC is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152102204-
CMYK0.250.500.2
HSL269.41º50%60%-
HSV(B)269.41º50%80%-
XYZ28.620.5459.58-
YUV128.58170.56144.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=33.19%
G=22.27%
B=44.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521022040.250.500.2269.415060
Hex9866CC193201410d323c
Octal23014631431620244156274
Binary1001100011001101100110011001110010010100100001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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