#9866C8

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

Shades of Amethyst #9866C8

Tints of Amethyst #9866C8

Color information

#9866C8 (or 0x9866C8) is unknown color: approx Amethyst. HEX triplet: 98, 66 and C8. RGB value is (152,102,200). Sum of RGB (Red+Green+Blue) = 152+102+200=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #9866C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866C8 is #679937. Grayscale: #7F7F7F. Windows color (decimal): -6789432 or 13133464. OLE color: 13133464.

HSL color Cylindrical-coordinate representation of color #9866C8: hue angle of 270.61º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9866C8 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152102200-
CMYK0.240.4900.22
HSL270.61º47.12%59.22%-
HSV(B)270.61º49%78.43%-
XYZ28.1320.3557.09-
YUV128.12168.56145.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=33.48%
G=22.47%
B=44.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521022000.240.4900.22270.6147.1259.22
Hex9866C8183101610f2f3b
Octal23014631030610264175773
Binary1001100011001101100100011000110001010110100001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9866C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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