Html Css Color HEX #917A9D Amethyst Smoke

📋 copy color: '#917A9D'

red 145 ◦ green 122 ◦ blue 157

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

Shades of Amethyst Smoke #917A9D

Tints of Amethyst Smoke #917A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 34.2%
G = 28.77%
B = 37.03%

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

#917A9D (or 0x917A9D) is known color: Amethyst Smoke. HEX triplet: 91, 7A and 9D. RGB value is (145,122,157). Sum of RGB (Red+Green+Blue) = 145+122+157=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #917A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A9D is #6E8562. Grayscale: #848484. Windows color (decimal): -7243107 or 10320529. OLE color: 10320529.

HSL color Cylindrical-coordinate representation of color #917A9D: hue angle of 279.43º 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 #917A9D is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 122 157 -
CMYK 0.08 0.22 0 0.38
HSL 279.43º 0.15% 0.55% -
HSV(B) 279.43º 0.22% 0.62% -
XYZ 24.72 22.37 34.91 -
YUV 132.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 145 122 157 0.08 0.22 0 0.38 279.43 0.15 0.55
Hex 91 7A 9D 8 16 0 26 117 F 37
Octal 221 172 235 10 26 0 46 427 17 67
Binary 10010001 1111010 10011101 1000 10110 0 100110 100010111 1111 110111

Color Harmonies of #917A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A9D

Black with #917A9D

Text Example


Text Example

White with #917A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,157); }

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

background-color css

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

 a { background-color: rgb(145,122,157); }

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

border-color css

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

 span { border-color: rgb(145,122,157); }

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