#907F93

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

Shades of Amethyst Smoke #907F93

Tints of Amethyst Smoke #907F93

Color information

#907F93 (or 0x907F93) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 7F and 93. RGB value is (144,127,147). Sum of RGB (Red+Green+Blue) = 144+127+147=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #907F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907F93 is #6F806C. Grayscale: #868686. Windows color (decimal): -7307373 or 9666448. OLE color: 9666448.

HSL color Cylindrical-coordinate representation of color #907F93: hue angle of 291º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #907F93 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144127147-
CMYK0.020.1400.42
HSL291º8.47%53.73%-
HSV(B)291º13.61%57.65%-
XYZ24.3623.2130.8-
YUV134.36135.13134.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=34.45%
G=30.38%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441271470.020.1400.422918.4753.73
Hex907F932E02A123836
Octal2201772232160524431066
Binary1001000011111111001001110111001010101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907F93; }

 p { color: rgb(144,127,147); }

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

<style>
 a { background-color: #907F93; }

 a { background-color: rgb(144,127,147); }

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

<style>
 span { border-color: #907F93; }

 span { border-color: rgb(144,127,147); }

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