Html Css Color HEX #98939A Amethyst Smoke

📋 copy color: '#98939A'

red 152 ◦ green 147 ◦ blue 154

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

Shades of Amethyst Smoke #98939A

Tints of Amethyst Smoke #98939A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34%

R = 33.55%
G = 32.45%
B = 34%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#98939A (or 0x98939A) is known color: Amethyst Smoke. HEX triplet: 98, 93 and 9A. RGB value is (152,147,154). Sum of RGB (Red+Green+Blue) = 152+147+154=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 154 - color contains mainly: blue. Hex color #98939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98939A is #676C65. Grayscale: #959595. Windows color (decimal): -6777958 or 10130328. OLE color: 10130328.

HSL color Cylindrical-coordinate representation of color #98939A: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #98939A is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 154 -
CMYK 0.01 0.05 0 0.40
HSL 282.86º 0.03% 0.59% -
HSV(B) 282.86º 0.05% 0.6% -
XYZ 29.22 29.88 34.8 -
YUV 149.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 152 147 154 0.01 0.05 0 0.40 282.86 0.03 0.59
Hex 98 93 9A 1 5 0 28 11B 3 3B
Octal 230 223 232 1 5 0 50 433 3 73
Binary 10011000 10010011 10011010 1 101 0 101000 100011011 11 111011

Color Harmonies of #98939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98939A

Black with #98939A

Text Example


Text Example

White with #98939A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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