#98789B

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

Shades of Amethyst Smoke #98789B

Tints of Amethyst Smoke #98789B

Color information

#98789B (or 0x98789B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 78 and 9B. RGB value is (152,120,155). Sum of RGB (Red+Green+Blue) = 152+120+155=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #98789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98789B is #678764. Grayscale: #858585. Windows color (decimal): -6784869 or 10188952. OLE color: 10188952.

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

Color convert

RGB152120155-
CMYK0.020.2300.39
HSL294.86º14.89%53.92%-
HSV(B)294.86º22.58%60.78%-
XYZ25.5822.4734-
YUV133.56140.1141.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=35.60%
G=28.10%
B=36.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521201550.020.2300.39294.8614.8953.92
Hex98789B217027127f36
Octal2301702332270474471766
Binary10011000111100010011011101011101001111001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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