#9861DC

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

Shades of Amethyst #9861DC

Tints of Amethyst #9861DC

Color information

#9861DC (or 0x9861DC) is unknown color: approx Amethyst. HEX triplet: 98, 61 and DC. RGB value is (152,97,220). Sum of RGB (Red+Green+Blue) = 152+97+220=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9861DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861DC is #679E23. Grayscale: #7F7F7F. Windows color (decimal): -6790692 or 14442904. OLE color: 14442904.

HSL color Cylindrical-coordinate representation of color #9861DC: hue angle of 266.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9861DC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15297220-
CMYK0.310.5600.14
HSL266.83º63.73%62.16%-
HSV(B)266.83º55.91%86.27%-
XYZ30.1420.3970.06-
YUV127.47180.22145.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=32.41%
G=20.68%
B=46.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152972200.310.5600.14266.8363.7362.16
Hex9861DC1F380E10b403e
Octal230141334377001641310076
Binary1001100011000011101110011111111000011101000010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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