#9867BE

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

Shades of Amethyst #9867BE

Tints of Amethyst #9867BE

Color information

#9867BE (or 0x9867BE) is unknown color: approx Amethyst. HEX triplet: 98, 67 and BE. RGB value is (152,103,190). Sum of RGB (Red+Green+Blue) = 152+103+190=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9867BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9867BE is #679841. Grayscale: #7F7F7F. Windows color (decimal): -6789186 or 12478360. OLE color: 12478360.

HSL color Cylindrical-coordinate representation of color #9867BE: hue angle of 273.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9867BE is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152103190-
CMYK0.20.4600.25
HSL273.79º40.09%57.45%-
HSV(B)273.79º45.79%74.51%-
XYZ27.0920.0951.17-
YUV127.57163.23145.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=34.16%
G=23.15%
B=42.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521031900.20.4600.25273.7940.0957.45
Hex9867BE142E0191122839
Octal23014727624560314225071
Binary1001100011001111011111010100101110011001100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9867BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9867BE; }

 p { color: rgb(152,103,190); }

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

<style>
 a { background-color: #9867BE; }

 a { background-color: rgb(152,103,190); }

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

<style>
 span { border-color: #9867BE; }

 span { border-color: rgb(152,103,190); }

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