Html Css Color HEX #917D9E Amethyst Smoke

📋 copy color: '#917D9E'

red 145 ◦ green 125 ◦ blue 158

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

Shades of Amethyst Smoke #917D9E

Tints of Amethyst Smoke #917D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

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

R = 33.88%
G = 29.21%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#917D9E (or 0x917D9E) is known color: Amethyst Smoke. HEX triplet: 91, 7D and 9E. RGB value is (145,125,158). Sum of RGB (Red+Green+Blue) = 145+125+158=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 125 (49.22% from 255 or 29.21% 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 #917D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D9E is #6E8261. Grayscale: #868686. Windows color (decimal): -7242338 or 10386833. OLE color: 10386833.

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

Color convert

RGB 145 125 158 -
CMYK 0.08 0.21 0 0.38
HSL 276.36º 0.15% 0.55% -
HSV(B) 276.36º 0.21% 0.62% -
XYZ 25.18 23.16 35.49 -
YUV 134.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 145 125 158 0.08 0.21 0 0.38 276.36 0.15 0.55
Hex 91 7D 9E 8 15 0 26 114 F 37
Octal 221 175 236 10 25 0 46 424 17 67
Binary 10010001 1111101 10011110 1000 10101 0 100110 100010100 1111 110111

Color Harmonies of #917D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D9E

Black with #917D9E

Text Example


Text Example

White with #917D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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