Html Css Color HEX #917B9E Amethyst Smoke

📋 copy color: '#917B9E'

red 145 ◦ green 123 ◦ blue 158

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

Shades of Amethyst Smoke #917B9E

Tints of Amethyst Smoke #917B9E

RGB

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

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

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

R = 34.04%
G = 28.87%
B = 37.09%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#917B9E (or 0x917B9E) is known color: Amethyst Smoke. HEX triplet: 91, 7B and 9E. RGB value is (145,123,158). Sum of RGB (Red+Green+Blue) = 145+123+158=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #917B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B9E is #6E8461. Grayscale: #858585. Windows color (decimal): -7242850 or 10386321. OLE color: 10386321.

HSL color Cylindrical-coordinate representation of color #917B9E: hue angle of 277.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917B9E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 123 158 -
CMYK 0.08 0.22 0 0.38
HSL 277.71º 0.15% 0.55% -
HSV(B) 277.71º 0.22% 0.62% -
XYZ 24.93 22.65 35.41 -
YUV 133.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 145 123 158 0.08 0.22 0 0.38 277.71 0.15 0.55
Hex 91 7B 9E 8 16 0 26 116 F 37
Octal 221 173 236 10 26 0 46 426 17 67
Binary 10010001 1111011 10011110 1000 10110 0 100110 100010110 1111 110111

Color Harmonies of #917B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B9E

Black with #917B9E

Text Example


Text Example

White with #917B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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