Html Css Color HEX #98859F Amethyst Smoke

📋 copy color: '#98859F'

red 152 ◦ green 133 ◦ blue 159

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

Shades of Amethyst Smoke #98859F

Tints of Amethyst Smoke #98859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 34.23%
G = 29.95%
B = 35.81%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98859F (or 0x98859F) is known color: Amethyst Smoke. HEX triplet: 98, 85 and 9F. RGB value is (152,133,159). Sum of RGB (Red+Green+Blue) = 152+133+159=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #98859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98859F is #677A60. Grayscale: #8D8D8D. Windows color (decimal): -6781537 or 10454424. OLE color: 10454424.

HSL color Cylindrical-coordinate representation of color #98859F: hue angle of 283.85º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98859F is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 133 159 -
CMYK 0.04 0.16 0 0.38
HSL 283.85º 0.12% 0.57% -
HSV(B) 283.85º 0.16% 0.62% -
XYZ 27.59 25.95 36.36 -
YUV 141.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 152 133 159 0.04 0.16 0 0.38 283.85 0.12 0.57
Hex 98 85 9F 4 10 0 26 11C C 39
Octal 230 205 237 4 20 0 46 434 14 71
Binary 10011000 10000101 10011111 100 10000 0 100110 100011100 1100 111001

Color Harmonies of #98859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98859F

Black with #98859F

Text Example


Text Example

White with #98859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98859F; }

 p { color: rgb(152,133,159); }

 H1.HeaderClassName
 {
   color: #98859F;
 }
 .AnyTagClassName
 {
   color: #98859F;
 }
</style>

background-color css

<style>
 a { background-color: #98859F; }

 a { background-color: rgb(152,133,159); }

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

border-color css

<style>
 span { border-color: #98859F; }

 span { border-color: rgb(152,133,159); }

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