Html Css Color HEX #98769E Amethyst Smoke

📋 copy color: '#98769E'

red 152 ◦ green 118 ◦ blue 158

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

Shades of Amethyst Smoke #98769E

Tints of Amethyst Smoke #98769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 35.51%
G = 27.57%
B = 36.92%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98769E (or 0x98769E) is known color: Amethyst Smoke. HEX triplet: 98, 76 and 9E. RGB value is (152,118,158). Sum of RGB (Red+Green+Blue) = 152+118+158=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #98769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769E is #678961. Grayscale: #848484. Windows color (decimal): -6785378 or 10385048. OLE color: 10385048.

HSL color Cylindrical-coordinate representation of color #98769E: hue angle of 291º 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 #98769E is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 118 158 -
CMYK 0.04 0.25 0 0.38
HSL 291º 0.17% 0.54% -
HSV(B) 291º 0.25% 0.62% -
XYZ 25.6 22.1 35.26 -
YUV 132.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 152 118 158 0.04 0.25 0 0.38 291 0.17 0.54
Hex 98 76 9E 4 19 0 26 123 11 36
Octal 230 166 236 4 31 0 46 443 21 66
Binary 10011000 1110110 10011110 100 11001 0 100110 100100011 10001 110110

Color Harmonies of #98769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98769E

Black with #98769E

Text Example


Text Example

White with #98769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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