#98799B

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

Shades of Amethyst Smoke #98799B

Tints of Amethyst Smoke #98799B

Color information

#98799B (or 0x98799B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 79 and 9B. RGB value is (152,121,155). Sum of RGB (Red+Green+Blue) = 152+121+155=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #98799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98799B is #678664. Grayscale: #868686. Windows color (decimal): -6784613 or 10189208. OLE color: 10189208.

HSL color Cylindrical-coordinate representation of color #98799B: hue angle of 294.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98799B is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152121155-
CMYK0.020.2200.39
HSL294.71º14.53%54.12%-
HSV(B)294.71º21.94%60.78%-
XYZ25.722.7234.04-
YUV134.14139.77140.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=35.51%
G=28.27%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521211550.020.2200.39294.7114.5354.12
Hex98799B216027127f36
Octal2301712332260474471766
Binary10011000111100110011011101011001001111001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98799B; }

 p { color: rgb(152,121,155); }

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

<style>
 a { background-color: #98799B; }

 a { background-color: rgb(152,121,155); }

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

<style>
 span { border-color: #98799B; }

 span { border-color: rgb(152,121,155); }

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