#9863BF

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

Shades of Amethyst #9863BF

Tints of Amethyst #9863BF

Color information

#9863BF (or 0x9863BF) is unknown color: approx Amethyst. HEX triplet: 98, 63 and BF. RGB value is (152,99,191). Sum of RGB (Red+Green+Blue) = 152+99+191=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9863BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863BF is #679C40. Grayscale: #7D7D7D. Windows color (decimal): -6790209 or 12542872. OLE color: 12542872.

HSL color Cylindrical-coordinate representation of color #9863BF: hue angle of 274.57º 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 #9863BF is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15299191-
CMYK0.200.4800.25
HSL274.57º41.82%56.86%-
HSV(B)274.57º48.17%74.9%-
XYZ26.8119.3651.61-
YUV125.34165.06147.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 191 (75% from 255) = 43.21%
R=34.39%
G=22.40%
B=43.21%

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
Decimal152991910.200.4800.25274.5741.8256.86
Hex9863BF14300191132a39
Octal23014327724600314235271
Binary1001100011000111011111110100110000011001100010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9863BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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