Html Css Color HEX #917998 Amethyst Smoke

📋 copy color: '#917998'

red 145 ◦ green 121 ◦ blue 152

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

Shades of Amethyst Smoke #917998

Tints of Amethyst Smoke #917998

RGB

 RED value IS 145 (57.03% from 255) = 34.69%

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

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 34.69%
G = 28.95%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#917998 (or 0x917998) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 98. RGB value is (145,121,152). Sum of RGB (Red+Green+Blue) = 145+121+152=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #917998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917998 is #6E8667. Grayscale: #838383. Windows color (decimal): -7243368 or 9992593. OLE color: 9992593.

HSL color Cylindrical-coordinate representation of color #917998: hue angle of 286.45º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917998 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 121 152 -
CMYK 0.05 0.20 0 0.40
HSL 286.45º 0.13% 0.54% -
HSV(B) 286.45º 0.2% 0.6% -
XYZ 24.18 21.96 32.67 -
YUV 131.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 145 121 152 0.05 0.20 0 0.40 286.45 0.13 0.54
Hex 91 79 98 5 14 0 28 11E D 36
Octal 221 171 230 5 24 0 50 436 15 66
Binary 10010001 1111001 10011000 101 10100 0 101000 100011110 1101 110110

Color Harmonies of #917998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917998

Black with #917998

Text Example


Text Example

White with #917998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917998; }

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

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

background-color css

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

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

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

border-color css

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

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

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