Html Css Color HEX #98799B Amethyst Smoke

📋 copy color: '#98799B'

red 152 ◦ green 121 ◦ blue 155

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

Shades of Amethyst Smoke #98799B

Tints of Amethyst Smoke #98799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 35.51%
G = 28.27%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98799B (or 0x98799B) is known color: Amethyst Smoke. HEX triplet: 98, 79 and 9B. RGB value is (152,121,155). Sum of RGB (Red+Green+Blue) = 152+121+155=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #98799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98799B is #678664. Grayscale: #868686. Windows color (decimal): -6784613 or 10189208. OLE color: 10189208.

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

Color convert

RGB 152 121 155 -
CMYK 0.02 0.22 0 0.39
HSL 294.71º 0.15% 0.54% -
HSV(B) 294.71º 0.22% 0.61% -
XYZ 25.7 22.72 34.04 -
YUV 134.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 152 121 155 0.02 0.22 0 0.39 294.71 0.15 0.54
Hex 98 79 9B 2 16 0 27 127 F 36
Octal 230 171 233 2 26 0 47 447 17 66
Binary 10011000 1111001 10011011 10 10110 0 100111 100100111 1111 110110

Color Harmonies of #98799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98799B

Black with #98799B

Text Example


Text Example

White with #98799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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