Html Css Color HEX #98869B Amethyst Smoke

📋 copy color: '#98869B'

red 152 ◦ green 134 ◦ blue 155

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

Shades of Amethyst Smoke #98869B

Tints of Amethyst Smoke #98869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 34.47%
G = 30.39%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98869B (or 0x98869B) is known color: Amethyst Smoke. HEX triplet: 98, 86 and 9B. RGB value is (152,134,155). Sum of RGB (Red+Green+Blue) = 152+134+155=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #98869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98869B is #677964. Grayscale: #8D8D8D. Windows color (decimal): -6781285 or 10192536. OLE color: 10192536.

HSL color Cylindrical-coordinate representation of color #98869B: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98869B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 134 155 -
CMYK 0.02 0.14 0 0.39
HSL 291.43º 0.1% 0.57% -
HSV(B) 291.43º 0.14% 0.61% -
XYZ 27.39 26.09 34.6 -
YUV 141.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 152 134 155 0.02 0.14 0 0.39 291.43 0.1 0.57
Hex 98 86 9B 2 E 0 27 123 A 39
Octal 230 206 233 2 16 0 47 443 12 71
Binary 10011000 10000110 10011011 10 1110 0 100111 100100011 1010 111001

Color Harmonies of #98869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98869B

Black with #98869B

Text Example


Text Example

White with #98869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98869B; }

 p { color: rgb(152,134,155); }

 H1.HeaderClassName
 {
   color: #98869B;
 }
 .AnyTagClassName
 {
   color: #98869B;
 }
</style>

background-color css

<style>
 a { background-color: #98869B; }

 a { background-color: rgb(152,134,155); }

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

border-color css

<style>
 span { border-color: #98869B; }

 span { border-color: rgb(152,134,155); }

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