#98849C

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

Shades of Amethyst Smoke #98849C

Tints of Amethyst Smoke #98849C

Color information

#98849C (or 0x98849C) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 84 and 9C. RGB value is (152,132,156). Sum of RGB (Red+Green+Blue) = 152+132+156=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #98849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98849C is #677B63. Grayscale: #8C8C8C. Windows color (decimal): -6781796 or 10257560. OLE color: 10257560.

HSL color Cylindrical-coordinate representation of color #98849C: hue angle of 290º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98849C is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152132156-
CMYK0.030.1500.39
HSL290º10.81%56.47%-
HSV(B)290º15.38%61.18%-
XYZ27.225.5834.96-
YUV140.72136.63136.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=34.55%
G=30%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521321560.030.1500.3929010.8156.47
Hex98849C3F027122b38
Octal2302042343170474421370
Binary10011000100001001001110011111101001111001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98849C; }

 p { color: rgb(152,132,156); }

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

<style>
 a { background-color: #98849C; }

 a { background-color: rgb(152,132,156); }

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

<style>
 span { border-color: #98849C; }

 span { border-color: rgb(152,132,156); }

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