Html Css Color HEX #98769D Amethyst Smoke

📋 copy color: '#98769D'

red 152 ◦ green 118 ◦ blue 157

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

Shades of Amethyst Smoke #98769D

Tints of Amethyst Smoke #98769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 35.6%
G = 27.63%
B = 36.77%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98769D (or 0x98769D) is known color: Amethyst Smoke. HEX triplet: 98, 76 and 9D. RGB value is (152,118,157). Sum of RGB (Red+Green+Blue) = 152+118+157=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #98769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769D is #678962. Grayscale: #848484. Windows color (decimal): -6785379 or 10319512. OLE color: 10319512.

HSL color Cylindrical-coordinate representation of color #98769D: hue angle of 292.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98769D is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 118 157 -
CMYK 0.03 0.25 0 0.38
HSL 292.31º 0.17% 0.54% -
HSV(B) 292.31º 0.25% 0.62% -
XYZ 25.51 22.07 34.81 -
YUV 132.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 152 118 157 0.03 0.25 0 0.38 292.31 0.17 0.54
Hex 98 76 9D 3 19 0 26 124 11 36
Octal 230 166 235 3 31 0 46 444 21 66
Binary 10011000 1110110 10011101 11 11001 0 100110 100100100 10001 110110

Color Harmonies of #98769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98769D

Black with #98769D

Text Example


Text Example

White with #98769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98769D; }

 p { color: rgb(152,118,157); }

 H1.HeaderClassName
 {
   color: #98769D;
 }
 .AnyTagClassName
 {
   color: #98769D;
 }
</style>

background-color css

<style>
 a { background-color: #98769D; }

 a { background-color: rgb(152,118,157); }

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

border-color css

<style>
 span { border-color: #98769D; }

 span { border-color: rgb(152,118,157); }

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