#9861D9

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

Shades of Amethyst #9861D9

Tints of Amethyst #9861D9

Color information

#9861D9 (or 0x9861D9) is unknown color: approx Amethyst. HEX triplet: 98, 61 and D9. RGB value is (152,97,217). Sum of RGB (Red+Green+Blue) = 152+97+217=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #9861D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861D9 is #679E26. Grayscale: #7E7E7E. Windows color (decimal): -6790695 or 14246296. OLE color: 14246296.

HSL color Cylindrical-coordinate representation of color #9861D9: hue angle of 267.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9861D9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15297217-
CMYK0.300.5500.15
HSL267.5º61.22%61.57%-
HSV(B)267.5º55.3%85.1%-
XYZ29.7520.2367.98-
YUV127.12178.72145.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=32.62%
G=20.82%
B=46.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152972170.300.5500.15267.561.2261.57
Hex9861D91E370F10c3d3e
Octal23014133136670174147576
Binary100110001100001110110011111011011101111100001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9861D9; }

 p { color: rgb(152,97,217); }

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

<style>
 a { background-color: #9861D9; }

 a { background-color: rgb(152,97,217); }

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

<style>
 span { border-color: #9861D9; }

 span { border-color: rgb(152,97,217); }

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