Html Css Color HEX #98939C Amethyst Smoke

📋 copy color: '#98939C'

red 152 ◦ green 147 ◦ blue 156

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

Shades of Amethyst Smoke #98939C

Tints of Amethyst Smoke #98939C

RGB

 RED value IS 152 (59.77% from 255) = 33.41%

 GREEN value IS 147 (57.81% from 255) = 32.31%

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 33.41%
G = 32.31%
B = 34.29%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98939C (or 0x98939C) is known color: Amethyst Smoke. HEX triplet: 98, 93 and 9C. RGB value is (152,147,156). Sum of RGB (Red+Green+Blue) = 152+147+156=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #98939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98939C is #676C63. Grayscale: #959595. Windows color (decimal): -6777956 or 10261400. OLE color: 10261400.

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

Color convert

RGB 152 147 156 -
CMYK 0.03 0.06 0 0.39
HSL 273.33º 0.04% 0.59% -
HSV(B) 273.33º 0.06% 0.61% -
XYZ 29.38 29.94 35.68 -
YUV 149.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 152 147 156 0.03 0.06 0 0.39 273.33 0.04 0.59
Hex 98 93 9C 3 6 0 27 111 4 3B
Octal 230 223 234 3 6 0 47 421 4 73
Binary 10011000 10010011 10011100 11 110 0 100111 100010001 100 111011

Color Harmonies of #98939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98939C

Black with #98939C

Text Example


Text Example

White with #98939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98939C;
 }
 .AnyTagClassName
 {
   color: #98939C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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