#9864BF

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

Shades of Amethyst #9864BF

Tints of Amethyst #9864BF

Color information

#9864BF (or 0x9864BF) is unknown color: approx Amethyst. HEX triplet: 98, 64 and BF. RGB value is (152,100,191). Sum of RGB (Red+Green+Blue) = 152+100+191=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9864BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864BF is #679B40. Grayscale: #7D7D7D. Windows color (decimal): -6789953 or 12543128. OLE color: 12543128.

HSL color Cylindrical-coordinate representation of color #9864BF: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9864BF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152100191-
CMYK0.200.4800.25
HSL274.29º41.55%57.06%-
HSV(B)274.29º47.64%74.9%-
XYZ26.9119.5551.65-
YUV125.92164.73146.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 191 (75% from 255) = 43.12%
R=34.31%
G=22.57%
B=43.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521001910.200.4800.25274.2941.5557.06
Hex9864BF14300191122a39
Octal23014427724600314225271
Binary1001100011001001011111110100110000011001100010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864BF; }

 p { color: rgb(152,100,191); }

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

<style>
 a { background-color: #9864BF; }

 a { background-color: rgb(152,100,191); }

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

<style>
 span { border-color: #9864BF; }

 span { border-color: rgb(152,100,191); }

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