#9865BF

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

Shades of Amethyst #9865BF

Tints of Amethyst #9865BF

Color information

#9865BF (or 0x9865BF) is unknown color: approx Amethyst. HEX triplet: 98, 65 and BF. RGB value is (152,101,191). Sum of RGB (Red+Green+Blue) = 152+101+191=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9865BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BF is #679A40. Grayscale: #7E7E7E. Windows color (decimal): -6789697 or 12543384. OLE color: 12543384.

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

Color convert

RGB152101191-
CMYK0.200.4700.25
HSL274º41.28%57.25%-
HSV(B)274º47.12%74.9%-
XYZ27.0119.7451.68-
YUV126.51164.4146.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 191 (75% from 255) = 43.02%
R=34.23%
G=22.75%
B=43.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521011910.200.4700.2527441.2857.25
Hex9865BF142F0191122939
Octal23014527724570314225171
Binary1001100011001011011111110100101111011001100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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