#9861D8

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

Shades of Amethyst #9861D8

Tints of Amethyst #9861D8

Color information

#9861D8 (or 0x9861D8) is unknown color: approx Amethyst. HEX triplet: 98, 61 and D8. RGB value is (152,97,216). Sum of RGB (Red+Green+Blue) = 152+97+216=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #9861D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861D8 is #679E27. Grayscale: #7E7E7E. Windows color (decimal): -6790696 or 14180760. OLE color: 14180760.

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

Color convert

RGB15297216-
CMYK0.300.5500.15
HSL267.73º60.41%61.37%-
HSV(B)267.73º55.09%84.71%-
XYZ29.6220.1867.3-
YUV127.01178.22145.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 216 (84.77% from 255) = 46.45%
R=32.69%
G=20.86%
B=46.45%

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
Decimal152972160.300.5500.15267.7360.4161.37
Hex9861D81E370F10c3c3d
Octal23014133036670174147475
Binary100110001100001110110001111011011101111100001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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