#9866CD

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

Shades of Amethyst #9866CD

Tints of Amethyst #9866CD

Color information

#9866CD (or 0x9866CD) is unknown color: approx Amethyst. HEX triplet: 98, 66 and CD. RGB value is (152,102,205). Sum of RGB (Red+Green+Blue) = 152+102+205=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9866CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866CD is #679932. Grayscale: #808080. Windows color (decimal): -6789427 or 13461144. OLE color: 13461144.

HSL color Cylindrical-coordinate representation of color #9866CD: hue angle of 269.13º degrees, saturation: 0.51, 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 #9866CD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152102205-
CMYK0.260.5000.20
HSL269.13º50.74%60.2%-
HSV(B)269.13º50.24%80.39%-
XYZ28.7220.5960.22-
YUV128.69171.06144.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=33.12%
G=22.22%
B=44.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521022050.260.5000.20269.1350.7460.2
Hex9866CD1A3201410d333c
Octal23014631532620244156374
Binary1001100011001101100110111010110010010100100001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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