#9862BF

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

Shades of Amethyst #9862BF

Tints of Amethyst #9862BF

Color information

#9862BF (or 0x9862BF) is unknown color: approx Amethyst. HEX triplet: 98, 62 and BF. RGB value is (152,98,191). Sum of RGB (Red+Green+Blue) = 152+98+191=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #9862BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862BF is #679D40. Grayscale: #7C7C7C. Windows color (decimal): -6790465 or 12542616. OLE color: 12542616.

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

Color convert

RGB15298191-
CMYK0.200.4900.25
HSL274.84º42.08%56.67%-
HSV(B)274.84º48.69%74.9%-
XYZ26.7219.1751.58-
YUV124.75165.39147.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 191 (75% from 255) = 43.31%
R=34.47%
G=22.22%
B=43.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152981910.200.4900.25274.8442.0856.67
Hex9862BF14310191132a39
Octal23014227724610314235271
Binary1001100011000101011111110100110001011001100010011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9862BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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