Html Css Color HEX #98969A Amethyst Smoke

📋 copy color: '#98969A'

red 152 ◦ green 150 ◦ blue 154

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

Shades of Amethyst Smoke #98969A

Tints of Amethyst Smoke #98969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

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

R = 33.33%
G = 32.89%
B = 33.77%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#98969A (or 0x98969A) is known color: Amethyst Smoke. HEX triplet: 98, 96 and 9A. RGB value is (152,150,154). Sum of RGB (Red+Green+Blue) = 152+150+154=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 154 - color contains mainly: blue. Hex color #98969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98969A is #676965. Grayscale: #979797. Windows color (decimal): -6777190 or 10131096. OLE color: 10131096.

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

Color convert

RGB 152 150 154 -
CMYK 0.01 0.03 0 0.40
HSL 270º 0.02% 0.6% -
HSV(B) 270º 0.03% 0.6% -
XYZ 29.69 30.82 34.96 -
YUV 151.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 152 150 154 0.01 0.03 0 0.40 270 0.02 0.6
Hex 98 96 9A 1 3 0 28 10E 2 3C
Octal 230 226 232 1 3 0 50 416 2 74
Binary 10011000 10010110 10011010 1 11 0 101000 100001110 10 111100

Color Harmonies of #98969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98969A

Black with #98969A

Text Example


Text Example

White with #98969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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