Html Css Color HEX #98849C Amethyst Smoke

📋 copy color: '#98849C'

red 152 ◦ green 132 ◦ blue 156

#98849C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #98849C

Tints of Amethyst Smoke #98849C

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 value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98849C (or 0x98849C) is known color: 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

RGB 152 132 156 -
CMYK 0.03 0.15 0 0.39
HSL 290º 0.11% 0.56% -
HSV(B) 290º 0.15% 0.61% -
XYZ 27.2 25.58 34.96 -
YUV 140.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 152 132 156 0.03 0.15 0 0.39 290 0.11 0.56
Hex 98 84 9C 3 F 0 27 122 B 38
Octal 230 204 234 3 17 0 47 442 13 70
Binary 10011000 10000100 10011100 11 1111 0 100111 100100010 1011 111000

Color Harmonies of #98849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98849C

Black with #98849C

Text Example


Text Example

White with #98849C

Text Example


Text Example

HTML Codes & Css Web 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>