Html Css Color HEX #917B94 Amethyst Smoke

📋 copy color: '#917B94'

red 145 ◦ green 123 ◦ blue 148

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

Shades of Amethyst Smoke #917B94

Tints of Amethyst Smoke #917B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 34.86%
G = 29.57%
B = 35.58%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#917B94 (or 0x917B94) is known color: Amethyst Smoke. HEX triplet: 91, 7B and 94. RGB value is (145,123,148). Sum of RGB (Red+Green+Blue) = 145+123+148=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #917B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B94 is #6E846B. Grayscale: #848484. Windows color (decimal): -7242860 or 9730961. OLE color: 9730961.

HSL color Cylindrical-coordinate representation of color #917B94: hue angle of 292.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917B94 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 123 148 -
CMYK 0.02 0.17 0 0.42
HSL 292.8º 0.1% 0.53% -
HSV(B) 292.8º 0.17% 0.58% -
XYZ 24.11 22.32 31.06 -
YUV 132.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 145 123 148 0.02 0.17 0 0.42 292.8 0.1 0.53
Hex 91 7B 94 2 11 0 2A 125 A 35
Octal 221 173 224 2 21 0 52 445 12 65
Binary 10010001 1111011 10010100 10 10001 0 101010 100100101 1010 110101

Color Harmonies of #917B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B94

Black with #917B94

Text Example


Text Example

White with #917B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917B94; }

 p { color: rgb(145,123,148); }

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

background-color css

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

 a { background-color: rgb(145,123,148); }

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

border-color css

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

 span { border-color: rgb(145,123,148); }

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