#9868BD

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

Shades of Amethyst #9868BD

Tints of Amethyst #9868BD

Color information

#9868BD (or 0x9868BD) is unknown color: approx Amethyst. HEX triplet: 98, 68 and BD. RGB value is (152,104,189). Sum of RGB (Red+Green+Blue) = 152+104+189=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #9868BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BD is #679742. Grayscale: #7F7F7F. Windows color (decimal): -6788931 or 12413080. OLE color: 12413080.

HSL color Cylindrical-coordinate representation of color #9868BD: hue angle of 273.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9868BD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152104189-
CMYK0.200.4500.26
HSL273.88º39.17%57.45%-
HSV(B)273.88º44.97%74.12%-
XYZ27.0820.2550.63-
YUV128.04162.4145.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=34.16%
G=23.37%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521041890.200.4500.26273.8839.1757.45
Hex9868BD142D01A1122739
Octal23015027524550324224771
Binary1001100011010001011110110100101101011010100010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9868BD; }

 p { color: rgb(152,104,189); }

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

<style>
 a { background-color: #9868BD; }

 a { background-color: rgb(152,104,189); }

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

<style>
 span { border-color: #9868BD; }

 span { border-color: rgb(152,104,189); }

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