#917B9B

Color #917B9B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #917B9B

Tints of Amethyst Smoke #917B9B

Color information

#917B9B (or 0x917B9B) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 7B and 9B. RGB value is (145,123,155). Sum of RGB (Red+Green+Blue) = 145+123+155=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #917B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B9B is #6E8464. Grayscale: #858585. Windows color (decimal): -7242853 or 10189713. OLE color: 10189713.

HSL color Cylindrical-coordinate representation of color #917B9B: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917B9B is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145123155-
CMYK0.060.2100.39
HSL281.25º13.79%54.51%-
HSV(B)281.25º20.65%60.78%-
XYZ24.6822.5534.06-
YUV133.23140.29136.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=34.28%
G=29.08%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451231550.060.2100.39281.2513.7954.51
Hex917B9B615027119e37
Octal2211732336250474311667
Binary100100011111011100110111101010101001111000110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #917B9B;
 }
 .AnyTagClassName
 {
   color: #917B9B;
 }
</style>
background-color css

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

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

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

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

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

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